We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3527e commit 4543dcbCopy full SHA for 4543dcb
1 file changed
bash-prg-hash/src/variants.rs
@@ -14,7 +14,7 @@ pub type BashPrgHash1921 = BashPrgHash<144, 1>;
14
pub type BashPrgHash1922 = BashPrgHash<96, 2>;
15
/// `bash-prg-hash` with ℓ = 256 and d = 1
16
pub type BashPrgHash2561 = BashPrgHash<128, 1>;
17
-/// `bash-prg-hash`` with ℓ = 256 and d = 2
+/// `bash-prg-hash` with ℓ = 256 and d = 2
18
pub type BashPrgHash2562 = BashPrgHash<64, 2>;
19
20
impl CollisionResistance for BashPrgHash1281 {
0 commit comments