1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/crypto
Juan Carrano 3393dafe82 sys/crypto: configure AES via pseudomodules.
USEMODULE += crypto_aes_precalculated enables the precalculated T tables (the old
code).
USEMODULE += crypto_aes_unroll causes loops to be unrolled.
2018-11-15 18:25:26 +01:00
..
modes crypto: Fix whitespace errors 2018-11-08 11:25:50 +01:00
aes.h sys/crypto: configure AES via pseudomodules. 2018-11-15 18:25:26 +01:00
chacha.h Merge pull request #10159 from mtausig/crypto_documentation 2018-11-08 12:13:59 +01:00
ciphers.h Merge pull request #10159 from mtausig/crypto_documentation 2018-11-08 12:13:59 +01:00
helper.h crypto/helper: Change equals arguments to const 2018-10-21 20:27:33 +02:00