Crate noah_crypto

Crate noah_crypto 

Source
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.