Expand description
Internal utility functions for the DCRYPT library
This crate provides internal utilities and helpers that are used by other DCRYPT crates but are not part of the public API.
Re-exports§
pub use constant_time::*;
pub use endian::*;
pub use zeroing::*;
Modules§
- constant_
time - Constant-time operations to prevent timing attacks
- endian
- Endianness utility functions
- zeroing
- Secure memory zeroing utilities