Trait digest::core_api::UpdateCore
source · pub trait UpdateCore: BlockSizeUser {
// Required method
fn update_blocks(&mut self, blocks: &[Block<Self>]);
}
Expand description
Types which consume data in blocks.
Required Methods§
sourcefn update_blocks(&mut self, blocks: &[Block<Self>])
fn update_blocks(&mut self, blocks: &[Block<Self>])
Update state using the provided data blocks.