Trait digest::core_api::BlockSizeUser  
source · [−]pub trait BlockSizeUser {
    type BlockSize: 'static + ArrayLength<u8>;
    fn block_size() -> usize { ... }
}This is supported on crate feature 
core-api only.Expand description
Types which process data in blocks.
Associated Types
Provided methods
fn block_size() -> usize
fn block_size() -> usize
Return block size in bytes.