[−][src]Trait digest::BlockInput
Trait to indicate that digest function processes data in blocks of size
BlockSize
.
The main usage of this trait is for implementing HMAC generically.
Associated Types
type BlockSize: ArrayLength<u8>
[−]
Block size
Implementors
impl<Size: OutputSize, '_> BlockInput for Sha<'_, Size>
impl<Size: OutputSize, '_> BlockInput for Sha<'_, Size>