Skip to content

Commit

Permalink
Fix Merlin sponge
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Apr 16, 2024
1 parent e1a54f6 commit 705a938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto-primitives/src/sponge/merlin/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
use crate::sponge::{Absorb, CryptographicSponge};
#[cfg(not(feature = "std"))]
use ark_std::vec::Vec;
pub use merlin::Transcript;

impl CryptographicSponge for Transcript {
Expand Down

0 comments on commit 705a938

Please sign in to comment.