Sanitization Rust Crate v1.0.0-rc.1 #4
Closed
eldryoth
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
sanitization v1.0.0-rc.1
Release candidate for downstream integration testing before the first stable release.
Highlights
#![no_std]by default.alloc,std, and explicitunsafe-wipefeatures.Added
SecretBytes<N>for fixed-size secret byte storage.Secret<T>generic clear-on-drop wrapper.SecretVecandSecretStringbehind theallocfeature.SecureSanitizetrait for explicit clearing.secure_sanitize_struct!macro.secure_drop_struct!macro.unsafe_wipemodule behind theunsafe-wipefeature.VolatileOnDrop<T>wrapper for opt-in volatile clearing.Security Notes
unsafe-wipefeature.Validation
This release candidate passed the full local check script, including tests, doctests, feature combinations, clippy/check flows, and docs generation on Rust 1.90.
Intended Use
Use this release candidate through Git while testing integration:
Beta Was this translation helpful? Give feedback.
All reactions