Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
WASM_EXPORT void | poseidon2_hash (fr::vec_in_buf inputs_buffer, fr::out_buf output) |
WASM_EXPORT void | poseidon2_hashes (fr::vec_in_buf inputs_buffer, fr::out_buf output) |
WASM_EXPORT void | poseidon2_permutation (fr::vec_in_buf inputs_buffer, fr::vec_out_buf output) |
WASM_EXPORT void | poseidon2_hash_accumulate (fr::vec_in_buf inputs_buffer, fr::out_buf output) |
WASM_EXPORT void poseidon2_hash | ( | fr::vec_in_buf | inputs_buffer, |
fr::out_buf | output | ||
) |
Definition at line 15 of file c_bind.cpp.
WASM_EXPORT void poseidon2_hash_accumulate | ( | fr::vec_in_buf | inputs_buffer, |
fr::out_buf | output | ||
) |
Definition at line 57 of file c_bind.cpp.
WASM_EXPORT void poseidon2_hashes | ( | fr::vec_in_buf | inputs_buffer, |
fr::out_buf | output | ||
) |
Definition at line 23 of file c_bind.cpp.
WASM_EXPORT void poseidon2_permutation | ( | fr::vec_in_buf | inputs_buffer, |
fr::vec_out_buf | output | ||
) |
Definition at line 39 of file c_bind.cpp.