1 2 3 4 5 6 7 8 9 10
mod alloc; mod bytes; pub mod memory; pub mod weak; mod words; mod zeroize_buffer; pub use self::bytes::SecretBytes; pub use self::words::{SecretWords, SecureHHeapAllocator}; pub use self::zeroize_buffer::ZeroizeBytesBuffer;
1 2 3 4 5 6 7 8 9 10
mod alloc; mod bytes; pub mod memory; pub mod weak; mod words; mod zeroize_buffer; pub use self::bytes::SecretBytes; pub use self::words::{SecretWords, SecureHHeapAllocator}; pub use self::zeroize_buffer::ZeroizeBytesBuffer;