Skip to content

Commit

Permalink
Merge pull request #2 from dapplion/g1generator
Browse files Browse the repository at this point in the history
Expose G1_GENERATOR_X
  • Loading branch information
dapplion committed Mar 25, 2023
2 parents 111c74b + 1dd7247 commit 3581aee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ pub mod same_scalar_argument;
pub mod transcript;
pub mod util;

// To use in whisk code
pub use ark_bls12_381::g1::G1_GENERATOR_X;

#[doc = include_str!("../doc/notes.md")]
pub mod notes {
#[doc = include_str!("../doc/optimizations.md")]
Expand Down

0 comments on commit 3581aee

Please sign in to comment.