Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
WASM_EXPORT void | aes_encrypt_buffer_cbc (uint8_t const *in, uint8_t const *iv, uint8_t const *key, uint32_t const *length, uint8_t **r) |
WASM_EXPORT void | aes_decrypt_buffer_cbc (uint8_t const *in, uint8_t const *iv, uint8_t const *key, uint32_t const *length, uint8_t **r) |
WASM_EXPORT void aes_decrypt_buffer_cbc | ( | uint8_t const * | in, |
uint8_t const * | iv, | ||
uint8_t const * | key, | ||
uint32_t const * | length, | ||
uint8_t ** | r | ||
) |
Definition at line 20 of file c_bind.cpp.
WASM_EXPORT void aes_encrypt_buffer_cbc | ( | uint8_t const * | in, |
uint8_t const * | iv, | ||
uint8_t const * | key, | ||
uint32_t const * | length, | ||
uint8_t ** | r | ||
) |
Definition at line 11 of file c_bind.cpp.