#include <stdint.h>
#include "tests/arc4.h"
Go to the source code of this file.
Functions | |
static void | swap_byte (uint8_t *a, uint8_t *b) |
void | arc4_init (struct arc4 *arc4, const void *key_, size_t size) |
void | arc4_crypt (struct arc4 *arc4, void *buf_, size_t size) |
Definition at line 15 of file arc4.c.
References arc4::i, arc4::j, arc4::s, s, and swap_byte().
Referenced by init(), main(), and test_main().