Crate block_buffer
source ·Expand description
Fixed size buffer for block processing of data.
Re-exports
pub use crypto_common::array;
Structs
- Buffer for block processing of data.
- Eager block buffer kind, which guarantees that buffer position always lies in the range of
0..BlockSize
. - Block buffer error.
- Lazy block buffer kind, which guarantees that buffer position always lies in the range of
0..=BlockSize
. - Buffer for reading block-generated data.
Traits
- Trait for buffer kinds.
Type Aliases
- Block on which
BlockSizeUser
implementors operate. - Eager block buffer.
- Lazy block buffer.