Crate block_buffer
source ·Expand description
Fixed size buffer for block processing of data.
Re-exports§
pub use generic_array;
Modules§
- sealed 🔒
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
.
Traits§
- Trait for buffer kinds.
Functions§
- Split message into mutable slice of parallel blocks, blocks, and leftover bytes.
Type Aliases§
- Block on which
BlockBuffer
operates. - Eager block buffer.
- Lazy block buffer.