Expand description
The crate implements the cryptography primitives (except TurboPlonk) for the Noah library, including Bulletproofs.
Modulesยง
- anon_
creds - The module for anonymous credentials. Anonymous credentials enable a credential issuer to issue a credential (with some attributes) to a user, and the user can later, with anonymity, selectively disclose some attributes.
- basic
- The basic cryptographic primitives.
- bulletproofs
- The library for Bulletproofs.
- confidential_
anon_ creds - The module for confidential anonymous credentials.
- delegated_
schnorr - The module for the delegated Schnorr protocol.
- field_
simulation - The module for field simulation.