|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/wasm_export.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "blake3s.hpp"Go to the source code of this file.
Functions | |
| WASM_EXPORT void | blake3s_to_field (uint8_t const *data, size_t length, uint8_t *r) |
| WASM_EXPORT void blake3s_to_field | ( | uint8_t const * | data, |
| size_t | length, | ||
| uint8_t * | r | ||
| ) |
Definition at line 11 of file c_bind.cpp.