Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "blake2s.hpp"
#include <barretenberg/common/wasm_export.hpp>
Go to the source code of this file.
Functions | |
WASM_EXPORT void | blake2s (uint8_t const *data, out_buf32 out) |
WASM_EXPORT void | blake2s_to_field (uint8_t const *data, size_t length, uint8_t *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 | out | ||
) |
Definition at line 13 of file c_bind.cpp.
WASM_EXPORT void blake2s_to_field | ( | uint8_t const * | data, |
size_t | length, | ||
uint8_t * | r | ||
) |
Definition at line 21 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.