|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Go to the source code of this file.
Functions | |
| TEST (aes128, verify_cipher) | |
| TEST (aes128, encrypt_buffer_cbc) | |
| TEST (aes128, decrypt_buffer_cbc) | |
| TEST (aes128, encrypt_buffer_cbc_rejects_non_block_aligned_length) | |
| TEST (aes128, decrypt_buffer_cbc_rejects_non_block_aligned_length) | |
| TEST | ( | aes128 | , |
| decrypt_buffer_cbc | |||
| ) |
Definition at line 46 of file aes128.test.cpp.
| TEST | ( | aes128 | , |
| decrypt_buffer_cbc_rejects_non_block_aligned_length | |||
| ) |
Definition at line 76 of file aes128.test.cpp.
| TEST | ( | aes128 | , |
| encrypt_buffer_cbc | |||
| ) |
Definition at line 26 of file aes128.test.cpp.
| TEST | ( | aes128 | , |
| encrypt_buffer_cbc_rejects_non_block_aligned_length | |||
| ) |
Definition at line 68 of file aes128.test.cpp.
| TEST | ( | aes128 | , |
| verify_cipher | |||
| ) |
Definition at line 8 of file aes128.test.cpp.