Skip to content

Commit

Permalink
chore: reexport witness generation for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
driemworks committed Oct 28, 2024
1 parent f411ca7 commit 27e570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ use w3f_bls::{DoublePublicKey, DoublePublicKeyScheme, TinyBLS377};
extern crate alloc;

pub use murmur_core::otp::BOTPGenerator;

pub use murmur_core::murmur::MurmurStore;
pub use murmur_core::murmur::generate_witness;

pub fn get_dummy_beacon_pubkey() -> Vec<u8> {
let keypair = w3f_bls::KeypairVT::<TinyBLS377>::generate(&mut OsRng);
Expand Down

0 comments on commit 27e570a

Please sign in to comment.