Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
hypernova_verifier.hpp File Reference

Go to the source code of this file.

Classes

class  bb::HypernovaFoldingVerifier< IsRecursive_ >
 Stateful HyperNova folding verifier (native + recursive). Verifies a series of instances against a starting accumulator and reduces them to one accumulator with a single multilinear batching proof. More...
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 

Typedefs

using bb::HypernovaFoldingNativeVerifier = HypernovaFoldingVerifier< false >
 
using bb::HypernovaFoldingRecursiveVerifier = HypernovaFoldingVerifier< true >