Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/dsl/acir_format/acir_format.hpp"
#include "barretenberg/dsl/acir_format/serde/witness_stack.hpp"
#include <cstddef>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::acir_bincode_mocks |
Functions | |
std::pair< std::vector< uint8_t >, std::vector< uint8_t > > | bb::acir_bincode_mocks::create_simple_circuit_bytecode () |
Helper function to create a minimal circuit bytecode and witness for testing. | |
std::vector< uint8_t > | bb::acir_bincode_mocks::create_simple_kernel (size_t vk_size, bool is_init_kernel) |
Create a simple kernel circuit for IVC testing. | |
std::vector< uint8_t > | bb::acir_bincode_mocks::create_kernel_witness (const std::vector< bb::fr > &app_vk_fields) |
Create a kernel witness for IVC testing. | |
Variables | |
const size_t | bb::acir_bincode_mocks::BIT_COUNT = 254 |