Trait BufferKindUser
pub trait BufferKindUser: SmallBlockSizeUser
Types which use BlockBuffer functionality.
Associated Types
type BufferKind: BufferKind;Block buffer kind over which type operates.
Implementors
impl<T, OutSize> BufferKindUser for CtOutWrapper<T, OutSize> where T: VariableOutputCore, OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>,