Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
get_bytecode.hpp File Reference
#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)
 

Function Documentation

◆ decode_bytecode()

std::vector< uint8_t > decode_bytecode ( const std::string &  base64_bytecode)

Definition at line 51 of file get_bytecode.cpp.

◆ get_bytecode()

std::vector< uint8_t > get_bytecode ( const std::string &  bytecode_path)

Definition at line 91 of file get_bytecode.cpp.

◆ get_bytecode_from_json()

std::vector< uint8_t > get_bytecode_from_json ( const std::string &  json_path)

Definition at line 59 of file get_bytecode.cpp.

◆ gunzip()

std::vector< uint8_t > gunzip ( const std::string &  path)

Definition at line 76 of file get_bytecode.cpp.