digest::core_api

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ยง

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