Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "shplonk.hpp"
Go to the source code of this file.
Classes | |
class | bb::ShplonkTest< Params > |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Typedefs | |
using | bb::CurveTypes = ::testing::Types< curve::BN254, curve::Grumpkin > |
Functions | |
bb::TYPED_TEST_SUITE (ShplonkTest, CurveTypes) | |
bb::TYPED_TEST (ShplonkTest, ShplonkSimple) | |
bb::TYPED_TEST (ShplonkTest, ShplonkLinearlyDependent) | |
bb::TYPED_TEST (ShplonkTest, ExportBatchClaimAndVerify) | |