Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
c_bind.hpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: not started, auditors: [], date: YYYY-MM-DD }
3// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5// =====================
6
9#include <cstddef>
10#include <cstdint>
11
12extern "C" {
13
14using namespace bb;
15
16WASM_EXPORT void blake2s(uint8_t const* data, out_buf32 r);
17
18WASM_EXPORT void blake2s_to_field_(uint8_t const* data, fr::out_buf r);
19}
const std::vector< FF > data
WASM_EXPORT void blake2s_to_field_(uint8_t const *data, fr::out_buf r)
Definition c_bind.cpp:30
WASM_EXPORT void blake2s(uint8_t const *data, out_buf32 r)
Definition c_bind.cpp:13
Entry point for Barretenberg command-line interface.
uint8_t * out_buf32
#define WASM_EXPORT