logo
Expand description

Fixed size buffer for block processing of data.

Re-exports

pub use generic_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.

Traits

Trait for buffer kinds.

Type Definitions

Block on which BlockBuffer operates.

Eager block buffer.

Lazy block buffer.