Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/wasm_export.hpp"
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Functions | |
WASM_EXPORT void | blake2s (uint8_t const *data, out_buf32 r) |
WASM_EXPORT void | blake2s_to_field_ (uint8_t const *data, fr::out_buf r) |
WASM_EXPORT void blake2s | ( | uint8_t const * | data, |
out_buf32 | r | ||
) |
Definition at line 13 of file c_bind.cpp.
WASM_EXPORT void blake2s_to_field_ | ( | uint8_t const * | data, |
fr::out_buf | r | ||
) |
Definition at line 30 of file c_bind.cpp.