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 pedersen_hash (fr::vec_in_buf inputs_buffer, uint32_t const *hash_index, fr::out_buf output)
 
WASM_EXPORT void pedersen_hashes (fr::vec_in_buf inputs_buffer, uint32_t const *hash_index, fr::out_buf output)
 
WASM_EXPORT void pedersen_hash_buffer (uint8_t const *input_buffer, uint32_t const *hash_index, fr::out_buf output)
 

Function Documentation

◆ pedersen_hash()

WASM_EXPORT void pedersen_hash ( fr::vec_in_buf  inputs_buffer,
uint32_t const *  hash_index,
fr::out_buf  output 
)

Definition at line 14 of file c_bind.cpp.

◆ pedersen_hash_buffer()

WASM_EXPORT void pedersen_hash_buffer ( uint8_t const *  input_buffer,
uint32_t const *  hash_index,
fr::out_buf  output 
)

Definition at line 41 of file c_bind.cpp.

◆ pedersen_hashes()

WASM_EXPORT void pedersen_hashes ( fr::vec_in_buf  inputs_buffer,
uint32_t const *  hash_index,
fr::out_buf  output 
)

Definition at line 24 of file c_bind.cpp.