Crate crypto_common
source ·Expand description
Common cryptographic traits.
Re-exports§
- pub use generic_array;
- pub use generic_array::typenum;
Structs§
- The error type returned when key and/or IV used in theKeyInit,KeyIvInit, andInnerIvInitslice-based methods had an invalid length.
Traits§
- Trait which stores algorithm name constant, used inDebugimplementations.
- Types which process data in blocks.
- Types which can be initialized from another type (usually block ciphers).
- Types which can be initialized from another type and additional initialization vector/nonce.
- Types which use another type for initialization.
- Types which use initialization vector (nonce) for initialization.
- Types which can be initialized from key.
- Types which can be initialized from key and initialization vector (nonce).
- Types which use key for initialization.
- Types which return data with the given size.
- Types which can process blocks in parallel.
- Resettable types.
Type Aliases§
- Block on whichBlockSizeUserimplementors operate.
- Initialization vector (nonce) used byIvSizeUserimplementors.
- Key used byKeySizeUserimplementors.
- Output array ofOutputSizeUserimplementors.
- Parallel blocks on whichParBlocksSizeUserimplementors operate.