You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/sys/crypto
Mathias Tausig 3a3b26e70a ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions
New definitions: CIPHER_INIT_SUCCESS and CIPHER_ERR_BAD_CONTEXT_SIZE
7 years ago
..
modes debug: add missing line breaks 7 years ago
3des.c ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 7 years ago
Makefile sys: add ChaCha stream cipher and PRNG 8 years ago
aes.c ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 7 years ago
chacha.c sys: add ChaCha stream cipher and PRNG 8 years ago
chacha_prng.c sys: add ChaCha stream cipher and PRNG 8 years ago
ciphers.c Unified Cipher API and Block cipher operation modes 8 years ago
doc.txt Merge pull request #4787 from BytesGalore/doc_crypto_add_word_on_required_cflags 7 years ago
helper.c Unified Cipher API and Block cipher operation modes 8 years ago
rc5.c Unified Cipher API and Block cipher operation modes 8 years ago
twofish.c ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 7 years ago