Barretenberg
The ZK-SNARK library at the core of Aztec
|
Classes | |
class | element |
Functions | |
template<typename C , typename Fq , typename Fr , typename G > | |
std::ostream & | operator<< (std::ostream &os, element< C, Fq, Fr, G > const &v) |
Special case function for performing BN254 group operations
TODO: we should try to genericize this, but this method is super fiddly and we need it to be efficient!
We use a special case algorithm to split bn254 scalar multipliers into endomorphism scalars
Special case function for performing secp256k1 ecdsa signature verification group operations
TODO: we should try to genericize this, but this method is super fiddly and we need it to be efficient!