1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/crypto
Wentao Shang 3fd8276c37
crypto/ccm: fix auth_data_len upperbound value
RFC3610 states that len_encoding is only valid for "0x0001 ... 0xFEFF"

   If 0 < l(a) < (2^16 - 2^8), then the length field is encoded as two
   octets which contain the value l(a) in most-significant-byte first
   order.
2018-11-12 16:38:45 +01:00
..
modes crypto/ccm: fix auth_data_len upperbound value 2018-11-12 16:38:45 +01:00
aes.c sys: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
chacha_prng.c sys: add ChaCha stream cipher and PRNG 2015-06-28 18:32:04 +02:00
chacha.c crypto: fix cppcheck warnings 2017-04-14 14:36:14 +02:00
ciphers.c Unified Cipher API and Block cipher operation modes 2015-07-22 19:18:34 +02:00
doc.txt sys/crypto: remove 3DES 2017-04-25 18:34:18 +02:00
helper.c crypto/helper: Change equals arguments to const 2018-10-21 20:27:33 +02:00
Makefile make: replace curly braces with parenthesis 2018-03-22 20:43:15 +01:00