Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
c_bind.hpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: not started, auditors: [], date: YYYY-MM-DD }
3// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5// =====================
6
7#pragma once
10#include <cstddef>
11#include <cstdint>
12
14 uint8_t const* input, uint8_t const* iv, uint8_t const* key, uint32_t const* length, uint8_t** r);
15
17 uint8_t const* input, uint8_t const* iv, uint8_t const* key, uint32_t const* length, uint8_t** r);
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 c_bind.cpp:11
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 c_bind.cpp:20
uint8_t const size_t length
Definition data_store.hpp:9
#define WASM_EXPORT