#include "barretenberg/ecc/fields/field_conversion.hpp"
#include "barretenberg/honk/types/public_inputs_type.hpp"
#include <sstream>
#include <string>
#include <type_traits>
#include <vector>
Go to the source code of this file.
|
| template<typename Field > |
| std::string | field_to_hex (const Field &f) |
| |
| template<typename Commitment > |
| std::pair< std::string, std::string > | g1_to_xy_hex (const Commitment &point) |
| |
| std::string | int_to_hex (size_t i) |
| |
| std::string | generate_unroll_section (const std::string §ion_name, int log_n, const UnrollConfig &config) |
| |
| void | replace_unroll_section (std::string &template_str, const std::string §ion_name, int log_n, const UnrollConfig &config) |
| |
| std::string | generate_memory_offsets (int log_n, const MemoryLayoutConfig &config) |
| |
| void | replace_memory_layout (std::string &template_str, int log_n, const MemoryLayoutConfig &mem_config) |
| | Find the memory layout tags then insert generated layout into the offsets.
|
| |
| template<typename VK > |
| void | apply_template_params (std::string &template_str, VK const &verification_key, bool is_zk) |
| |
◆ apply_template_params()
template<typename VK >
| void apply_template_params |
( |
std::string & |
template_str, |
|
|
VK const & |
verification_key, |
|
|
bool |
is_zk |
|
) |
| |
|
inline |
◆ field_to_hex()
template<typename Field >
| std::string field_to_hex |
( |
const Field & |
f | ) |
|
◆ g1_to_xy_hex()
template<typename Commitment >
| std::pair< std::string, std::string > g1_to_xy_hex |
( |
const Commitment & |
point | ) |
|
◆ generate_memory_offsets()
◆ generate_unroll_section()
| std::string generate_unroll_section |
( |
const std::string & |
section_name, |
|
|
int |
log_n, |
|
|
const UnrollConfig & |
config |
|
) |
| |
|
inline |
◆ int_to_hex()
| std::string int_to_hex |
( |
size_t |
i | ) |
|
|
inline |
◆ replace_memory_layout()
| void replace_memory_layout |
( |
std::string & |
template_str, |
|
|
int |
log_n, |
|
|
const MemoryLayoutConfig & |
mem_config |
|
) |
| |
|
inline |
◆ replace_unroll_section()
| void replace_unroll_section |
( |
std::string & |
template_str, |
|
|
const std::string & |
section_name, |
|
|
int |
log_n, |
|
|
const UnrollConfig & |
config |
|
) |
| |
|
inline |