Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

EagerBuffer

Type Alias EagerBuffer 

Source
pub type EagerBuffer<B> = BlockBuffer<B, Eager>;
Expand description

Eager block buffer.

Aliased Typeยง

pub struct EagerBuffer<B> { /* private fields */ }