Skip to content

Commit

Permalink
feat: expose PedersenGens
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Feb 16, 2023
1 parent b20cba1 commit fc7b40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub mod mock;
pub use blsttc;
pub use blsttc::rand;
pub use blsttc::{PublicKey, PublicKeySet, Signature, SignatureShare};
pub use bulletproofs::PedersenGens;

pub use crate::{
amount_secrets::AmountSecrets,
Expand Down

0 comments on commit fc7b40e

Please sign in to comment.