Type Definition digest::core_api::Buffer [−][src]
pub type Buffer<S> = BlockBuffer<<S as BlockSizeUser>::BlockSize, <S as BufferKindUser>::BufferKind>;This is supported on crate feature
core-api only.Expand description
Buffer type used by type which implements BufferKindUser.