Trait UpdateCore
trait UpdateCore: BlockSizeUser
Types which consume data in blocks.
Required Methods
fn update_blocks(self: &mut Self, blocks: &[Block<Self>])Update state using the provided data blocks.
Implementors
impl<T, OutSize, O> UpdateCore for CtVariableCoreWrapper<T, OutSize, O>