Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
pippenger.bench.cpp File Reference

Go to the source code of this file.

Macros

#define ARGS   RangeMultiplier(4)->Range(1 << 11, 1 << 21);
 

Typedefs

using Curve = bb::curve::BN254
 
using Fr = Curve::ScalarField
 
using G1 = Curve::AffineElement
 
using Element = Curve::Element
 

Functions

 BENCHMARK_MAIN ()
 

Macro Definition Documentation

◆ ARGS

#define ARGS   RangeMultiplier(4)->Range(1 << 11, 1 << 21);

Definition at line 73 of file pippenger.bench.cpp.

Typedef Documentation

◆ Curve

Definition at line 27 of file pippenger.bench.cpp.

◆ Element

Definition at line 30 of file pippenger.bench.cpp.

◆ Fr

Definition at line 28 of file pippenger.bench.cpp.

◆ G1

Definition at line 29 of file pippenger.bench.cpp.

Function Documentation

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )