barretenberg
Loading...
Searching...
No Matches
src
barretenberg
crypto
blake2s
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
6
extern
"C"
{
7
8
using namespace
barretenberg
;
9
10
WASM_EXPORT
void
blake2s(uint8_t
const
* data, out_buf32 r);
11
12
WASM_EXPORT
void
blake2s_to_field_(uint8_t
const
* data, fr::out_buf r);
13
}
barretenberg
constexpr_utils defines some helper methods that perform some stl-equivalent operations but in a cons...
Definition:
constexpr_utils.hpp:16
Generated by
1.9.6