Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
c_bind.hpp
Go to the documentation of this file.
3#include <cstddef>
4#include <cstdint>
5
6extern "C" {
7
8using namespace bb;
9
10WASM_EXPORT void blake2s(uint8_t const* data, out_buf32 r);
11
12WASM_EXPORT void blake2s_to_field_(uint8_t const* data, fr::out_buf r);
13}
const std::vector< MemoryValue > data
WASM_EXPORT void blake2s_to_field_(uint8_t const *data, fr::out_buf r)
Definition c_bind.cpp:24
WASM_EXPORT void blake2s(uint8_t const *data, out_buf32 r)
Definition c_bind.cpp:7
Entry point for Barretenberg command-line interface.
Definition api.hpp:5
uint8_t * out_buf32
#define WASM_EXPORT