barretenberg
Loading...
Searching...
No Matches
c_bind.hpp
1#include "barretenberg/common/wasm_export.hpp"
2#include "barretenberg/ecc/curves/bn254/fr.hpp"
3#include <cstddef>
4#include <cstdint>
5
6extern "C" {
7
8using namespace barretenberg;
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}
constexpr_utils defines some helper methods that perform some stl-equivalent operations but in a cons...
Definition: constexpr_utils.hpp:16