diff --git a/sha1-checked/src/lib.rs b/sha1-checked/src/lib.rs index 1dcf28da..651b0b16 100644 --- a/sha1-checked/src/lib.rs +++ b/sha1-checked/src/lib.rs @@ -197,6 +197,10 @@ impl OutputSizeUser for Sha1 { type OutputSize = U20; } +impl BlockSizeUser for Sha1 { + type BlockSize = U64; +} + impl FixedOutput for Sha1 { #[inline] fn finalize_into(mut self, out: &mut Output) {