Skip to content

Commit 449c684

Browse files
committed
Fix reexport
1 parent 96fa23b commit 449c684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/crypto/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mod secp256k1;
1515
mod secp256r1;
1616

1717
#[doc(hidden)]
18+
#[cfg(not(target_arch = "wasm32"))]
1819
pub use crate::bls12_318::{
1920
bls12_381_aggregate_g1, bls12_381_aggregate_g2, bls12_381_g1_is_identity,
2021
bls12_381_g2_is_identity, bls12_381_hash_to_g1, bls12_381_hash_to_g2,

0 commit comments

Comments
 (0)