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

Go to the source code of this file.

Typedefs

using DeciderProvingKey = DeciderProvingKey_< UltraKeccakFlavor >
 
using VerificationKey = UltraKeccakFlavor::VerificationKey
 

Functions

template<typename Circuit >
void generate_keys_honk (const std::string &output_path, std::string circuit_name)
 
int main (int argc, char **argv)
 

Typedef Documentation

◆ DeciderProvingKey

◆ VerificationKey

using VerificationKey = UltraKeccakFlavor::VerificationKey

Definition at line 19 of file honk_key_gen.cpp.

Function Documentation

◆ generate_keys_honk()

template<typename Circuit >
void generate_keys_honk ( const std::string &  output_path,
std::string  circuit_name 
)

Definition at line 21 of file honk_key_gen.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 56 of file honk_key_gen.cpp.