Expand description
Cryptography primitives and operations for Askar.
Re-exports§
pub use aead::generic_array;
Modules§
- alg
- Supported key algorithms
- backend
- Supported key backends
- buffer
- Structures and traits for representing byte ranges in memory
- encrypt
- AEAD encryption traits and parameters
- jwk
- JSON Web Key (JWK) support
- kdf
- Key derivation function traits and implementations
- random
- Support for random number generation
- repr
- Traits for exposing key data representations
- sign
- Signature traits and parameters
Macros§
Structs§
- Error
- The standard crate error type
Enums§
- Error
Kind - The possible kinds of error produced by the crate