diff --git a/bash-hash/src/block_api.rs b/bash-hash/src/block_api.rs index 607883e1e..5884a2a0d 100644 --- a/bash-hash/src/block_api.rs +++ b/bash-hash/src/block_api.rs @@ -113,7 +113,7 @@ impl Reset for BashHashCore { impl AlgorithmName for BashHashCore { fn write_alg_name(f: &mut fmt::Formatter<'_>) -> fmt::Result { - write!(f, "BashHash{}", OS::USIZE) + write!(f, "BashHash{}", OS::USIZE * 8) } }