Skip to content

Commit

Permalink
chore: Re-export all bls12_381 lib artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Dec 18, 2023
1 parent 9329af1 commit b02d296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bls12_381/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ use ff::PrimeField;
use ff::WithSmallOrderMulGroup;
use std::convert::TryInto;

pub use bls12_381::*;

// Obtained from https://github.com/ConsenSys/gnark-crypto/blob/master/ecc/utils.go
// See https://github.com/demining/Endomorphism-Secp256k1/blob/main/README.md
// to have more details about the endomorphism.
Expand Down

0 comments on commit b02d296

Please sign in to comment.