mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
chacha20: test more than 1 block
This commit is contained in:
@@ -20,8 +20,8 @@ static void tv(void)
|
||||
"0001020304050607" } };
|
||||
unsigned char key[crypto_stream_chacha20_KEYBYTES];
|
||||
unsigned char nonce[crypto_stream_chacha20_NONCEBYTES];
|
||||
unsigned char out[60];
|
||||
char out_hex[60 * 2 + 1];
|
||||
unsigned char out[160];
|
||||
char out_hex[160 * 2 + 1];
|
||||
size_t i = 0U;
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user