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

Buffer

Type Alias Buffer 

Source
pub type Buffer<S> = BlockBuffer<<S as BlockSizeUser>::BlockSize, <S as BufferKindUser>::BufferKind>;
Expand description

Buffer type used by type which implements BufferKindUser.

Aliased Typeยง

pub struct Buffer<S> { /* private fields */ }