Skip to content

Commit 864b9fd

Browse files
mmagicianautquis
authored andcommitted
Apply suggestions from code review
1 parent 0a76074 commit 864b9fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sponge/merlin/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use crate::sponge::{Absorb, CryptographicSponge};
2-
use merlin::Transcript;
2+
use crate::Vec;
3+
pub use merlin::Transcript;
34

45
impl CryptographicSponge for Transcript {
56
type Config = &'static [u8];

0 commit comments

Comments
 (0)