Skip to content

Commit 4543dcb

Browse files
authored
bash-prg-hash: fix typo in docs
1 parent da3527e commit 4543dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bash-prg-hash/src/variants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub type BashPrgHash1921 = BashPrgHash<144, 1>;
1414
pub type BashPrgHash1922 = BashPrgHash<96, 2>;
1515
/// `bash-prg-hash` with ℓ = 256 and d = 1
1616
pub type BashPrgHash2561 = BashPrgHash<128, 1>;
17-
/// `bash-prg-hash`` with ℓ = 256 and d = 2
17+
/// `bash-prg-hash` with ℓ = 256 and d = 2
1818
pub type BashPrgHash2562 = BashPrgHash<64, 2>;
1919

2020
impl CollisionResistance for BashPrgHash1281 {

0 commit comments

Comments
 (0)