|
Electroneum
|

Go to the source code of this file.
Macros | |
| #define | ARR(...) __VA_ARGS__ |
| #define | MAKE_TEST_DATA(index, key, iv, plain_text, cipher_text) |
| #define | TEST_CHACHA8(test_no) |
| #define ARR | ( | ... | ) | __VA_ARGS__ |
Definition at line 48 of file chacha.cpp.
| #define MAKE_TEST_DATA | ( | index, | |
| key, | |||
| iv, | |||
| plain_text, | |||
| cipher_text | |||
| ) |
Definition at line 50 of file chacha.cpp.
| #define TEST_CHACHA8 | ( | test_no | ) |
Definition at line 102 of file chacha.cpp.