[−][src]Trait digest::BlockInput
Trait to indicate that digest function processes data in blocks of size
BlockSize. Main usage of this trait is for implementing HMAC generically.
Trait to indicate that digest function processes data in blocks of size
BlockSize. Main usage of this trait is for implementing HMAC generically.
type BlockSize: ArrayLength<u8>