Trait UpdateCore
pub trait UpdateCore: BlockSizeUser
Types which consume data in blocks.
Required Methods
fn update_blocks(&mut self, blocks: &[Block<Self>])Update state using the provided data blocks.
Implementors
impl<T, OutSize> UpdateCore for CtOutWrapper<T, OutSize> where T: VariableOutputCore, OutSize: ArraySize + IsLessOrEqual<T::OutputSize, Output = True>,