Trait digest::core_api::BlockSizeUser[][src]

pub trait BlockSizeUser {
    type BlockSize: 'static + ArrayLength<u8>;
}
This is supported on crate feature core-api only.
Expand description

Types which process data in blocks.

Associated Types

Size of the block in bytes.

Implementations on Foreign Types

Implementors