Skip to content

Commit 1159d89

Browse files
authored
Apply suggestions from code review
1 parent 42ba0c0 commit 1159d89

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)