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

Go to the source code of this file.

Functions

void output_vk_sol_ultra_honk (std::ostream &os, auto const &key, std::string const &class_name, bool include_types_import=false)
 

Function Documentation

◆ output_vk_sol_ultra_honk()

void output_vk_sol_ultra_honk ( std::ostream &  os,
auto const &  key,
std::string const &  class_name,
bool  include_types_import = false 
)
inline

Write a solidity file containing the vk params to the given stream. Uses UltraHonk

Parameters
os
key- verification key object
class_name- the name to give the verification key class
include_types_import- include a "HonkTypes" import, only required for local tests, not with the bundled contract from bb contract_honk

Definition at line 19 of file honk_key_gen.hpp.