Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Classes | |
struct | bb::crypto::SchnorrProofOfPossession< G1, Hash > |
A proof of possession is a Schnorr proof of knowledge of a secret key corresponding to a given public key. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::crypto |
Functions | |
template<typename B , typename G1 , typename Hash > | |
void | bb::crypto::read (B &it, SchnorrProofOfPossession< G1, Hash > &proof_of_possession) |
template<typename B , typename G1 , typename Hash > | |
void | bb::crypto::write (B &buf, SchnorrProofOfPossession< G1, Hash > const &proof_of_possession) |