Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
c_bind.cpp File Reference

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)
 

Function Documentation

◆ blake2s()

WASM_EXPORT void blake2s ( uint8_t const *  data,
out_buf32  out 
)

Definition at line 13 of file c_bind.cpp.

◆ blake2s_to_field()

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.

◆ blake2s_to_field_()

WASM_EXPORT void blake2s_to_field_ ( uint8_t const *  data,
fr::out_buf  r 
)

Definition at line 30 of file c_bind.cpp.