Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <barretenberg/common/serialize.hpp>
#include <barretenberg/common/wasm_export.hpp>
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Functions | |
WASM_EXPORT void | aes_encrypt_buffer_cbc (uint8_t const *input, 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 *input, 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 * | input, |
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 * | input, |
uint8_t const * | iv, | ||
uint8_t const * | key, | ||
uint32_t const * | length, | ||
uint8_t ** | r | ||
) |
Definition at line 11 of file c_bind.cpp.