|
Electroneum
|


Go to the source code of this file.
Macros | |
| #define | CHACHA_KEY_SIZE 32 |
| #define | CHACHA_IV_SIZE 8 |
Functions | |
| void | chacha8 (const void *data, size_t length, const uint8_t *key, const uint8_t *iv, char *cipher) |
| void | chacha20 (const void *data, size_t length, const uint8_t *key, const uint8_t *iv, char *cipher) |
| void chacha20 | ( | const void * | data, |
| size_t | length, | ||
| const uint8_t * | key, | ||
| const uint8_t * | iv, | ||
| char * | cipher | ||
| ) |
