Crate noah_crypto

source ·
Expand description

The crate implements the cryptography primitives (except TurboPlonk) for the Noah library, including Bulletproofs.

Modules

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.
The basic cryptographic primitives.
The library for Bulletproofs.
The module for confidential anonymous credentials.
The module for the delegated Schnorr protocol.
The module for field simulation.