Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
shplonk.test.cpp File Reference
#include "shplonk.hpp"
#include "../commitment_key.test.hpp"
#include "barretenberg/commitment_schemes/claim.hpp"
#include "barretenberg/commitment_schemes/ipa/ipa.hpp"
#include "barretenberg/commitment_schemes/kzg/kzg.hpp"
#include <algorithm>
#include <gtest/internal/gtest-internal.h>
#include <iterator>
#include <random>
#include <vector>

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)