Type Alias digest::core_api::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 */ }