Skip to content

Commit

Permalink
Add link to Merlin page
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Mar 11, 2024
1 parent 7e798f6 commit c899a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto-primitives/src/sponge/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ pub use absorb::*;
/// [cos]: https://eprint.iacr.org/2019/1076
pub mod poseidon;

/// The sponge for Merlin
///
/// The sponge for [Merlin][merlin]
///
/// [merlin]: https://merlin.cool/
pub mod merlin;

#[cfg(test)]
Expand Down

0 comments on commit c899a53

Please sign in to comment.