1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/crypto
Francisco 4c4cb8a14f
Merge pull request #12362 from mtausig/ccm_aadlen
Fix CCM mode when length of AAD is > 24
2020-01-07 22:26:24 +01:00
..
modes Merge pull request #12362 from mtausig/ccm_aadlen 2020-01-07 22:26:24 +01:00
aes.c crypto: aes_init(): Fail correctly when called with bad key length 2019-08-07 11:02:16 +02:00
chacha20poly1305.c crypto: Add chacha20poly1305 AEAD algorithm 2019-02-04 09:29:26 +01:00
chacha_prng.c sys: add ChaCha stream cipher and PRNG 2015-06-28 18:32:04 +02:00
chacha.c sys/crypto: Fix code style 2019-10-08 20:58:52 +02:00
ciphers.c sys/crypto: Fix code style 2019-10-08 20:58:52 +02:00
doc.txt sys/crypto: configure AES via pseudomodules. 2018-11-15 18:25:26 +01:00
helper.c sys/crypto: Fix code style 2019-10-08 20:58:52 +02:00
Makefile make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00
poly1305.c sys/crypto: Fix code style 2019-10-08 20:58:52 +02:00