Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician authored and autquis committed Jan 30, 2024
1 parent 0a76074 commit 864b9fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sponge/merlin/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::sponge::{Absorb, CryptographicSponge};
use merlin::Transcript;
use crate::Vec;
pub use merlin::Transcript;

impl CryptographicSponge for Transcript {
type Config = &'static [u8];
Expand Down

0 comments on commit 864b9fd

Please sign in to comment.