Modules§
- Authenticated Encryption with Associated Data
- Advanced Encryption Standard (AES)
- Types for Keys, IVs, and Generally Sensitive Bytes
- chacha
allow-non-fipsTheChaCha20Stream Cipher - Cryptographic Hash Algorithms
- Message Authentication Codes
- Convenient Error Handling and Accumulation
Structs§
- A generic error type representing an unspecified failure in cryptographic operations.
Traits§
- Trait for transforming a
Result<T, E>into aResult<T, Unspecified>.