Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
get_bytecode.hpp File Reference
#include "exec_pipe.hpp"
#include <filesystem>
#include <iostream>
#include <iterator>

Go to the source code of this file.

Functions

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

Function Documentation

◆ get_bytecode()

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

Definition at line 16 of file get_bytecode.hpp.

◆ gunzip()

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

We can assume for now we're running on a unix like system and use the following to extract the bytecode.

Definition at line 10 of file get_bytecode.hpp.