|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <filesystem>#include <iostream>#include <iterator>#include <string>#include <vector>Go to the source code of this file.
Functions | |
| std::vector< uint8_t > | get_bytecode_from_json (const std::string &json_path) |
| std::vector< uint8_t > | decode_bytecode (const std::string &base64_bytecode) |
| std::vector< uint8_t > | gunzip (const std::string &path) |
| std::vector< uint8_t > | get_bytecode (const std::string &bytecode_path) |
| std::vector< uint8_t > decode_bytecode | ( | const std::string & | base64_bytecode | ) |
Definition at line 51 of file get_bytecode.cpp.
| std::vector< uint8_t > get_bytecode | ( | const std::string & | bytecode_path | ) |
Definition at line 91 of file get_bytecode.cpp.
| std::vector< uint8_t > get_bytecode_from_json | ( | const std::string & | json_path | ) |
Definition at line 59 of file get_bytecode.cpp.
| std::vector< uint8_t > gunzip | ( | const std::string & | path | ) |
Definition at line 76 of file get_bytecode.cpp.