|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <chrono>#include <cstdint>#include <cstring>#include <string>#include <vector>#include <unistd.h>#include "barretenberg/chonk/chonk_proof.hpp"#include "barretenberg/serialize/msgpack.hpp"Go to the source code of this file.
Classes | |
| struct | bb::VerifyResult |
| Result of verifying a single proof within a batch. More... | |
| struct | bb::VerifyRequest |
| A request to verify a single Chonk proof. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Enumerations | |
| enum class | bb::VerifyStatus : uint8_t { bb::OK = 0 , bb::FAILED = 1 } |
| Status codes for verification results. More... | |
Functions | |
| bool | bb::write_frame (int fd, const void *data, size_t len) |
| Write a length-delimited frame to a file descriptor. | |