Expand description
Fixed size buffer for block processing of data.
Re-exports§
pub use generic_array;
Modules§
- sealed 🔒
 
Structs§
- Block
Buffer  - Buffer for block processing of data.
 - Eager
 - Eager block buffer kind, which guarantees that buffer position
always lies in the range of 
0..BlockSize. - Error
 - Block buffer error.
 - Lazy
 - Lazy block buffer kind, which guarantees that buffer position
always lies in the range of 
0..=BlockSize. 
Traits§
- Buffer
Kind  - Trait for buffer kinds.
 
Functions§
- to_
blocks_ 🔒mut  - Split message into mutable slice of parallel blocks, blocks, and leftover bytes.
 
Type Aliases§
- Block
 - Block on which 
BlockBufferoperates. - Eager
Buffer  - Eager block buffer.
 - Lazy
Buffer  - Lazy block buffer.