Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
honk_optimized_contract.hpp File Reference
#include <filesystem>
#include <fstream>
#include <iostream>
#include <sstream>
#include <vector>

Go to the source code of this file.

Functions

std::string generate_memory_offsets (int log_n)
 
template<typename Field >
std::string field_to_hex (const Field &f)
 
std::string int_to_hex (size_t i)
 
std::string get_optimized_honk_solidity_verifier (auto const &verification_key)
 

Function Documentation

◆ field_to_hex()

template<typename Field >
std::string field_to_hex ( const Field &  f)

Definition at line 3301 of file honk_optimized_contract.hpp.

◆ generate_memory_offsets()

std::string generate_memory_offsets ( int  log_n)
inline

Definition at line 15 of file honk_optimized_contract.hpp.

◆ get_optimized_honk_solidity_verifier()

std::string get_optimized_honk_solidity_verifier ( auto const &  verification_key)
inline

Definition at line 3315 of file honk_optimized_contract.hpp.

◆ int_to_hex()

std::string int_to_hex ( size_t  i)
inline

Definition at line 3308 of file honk_optimized_contract.hpp.