1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-hashes
Mathias Tausig 792137f88d hashes:sha3: Integrate SHA-3 into RIOT API
Add init/update/final interface
Add interface functions for direct SHA3
Add unit tests for SHA-3
Document functions and types
Reduced var scope in Keccak code
Add CCO Copyright notice to Keccak code
2018-03-06 16:18:18 +01:00
..
Makefile tests/unittest: added tests for MD5 2015-06-22 21:43:28 +02:00
Makefile.include tests/unittests/tests-hashes: add tests for AES-CMAC 2017-05-08 13:52:12 +02:00
tests-hashes-cmac.c tests/unittests/tests-hashes: add tests for AES-CMAC 2017-05-08 13:52:12 +02:00
tests-hashes-md5.c tests/unittest: added tests for MD5 2015-06-22 21:43:28 +02:00
tests-hashes-sha1.c hashes: Unified the cryptographic hash functions 2016-05-24 16:52:30 +02:00
tests-hashes-sha3.c hashes:sha3: Integrate SHA-3 into RIOT API 2018-03-06 16:18:18 +01:00
tests-hashes-sha256-chain.c hashes: Unified the cryptographic hash functions 2016-05-24 16:52:30 +02:00
tests-hashes-sha256-hmac.c hashes/sha256: add iterative hmac calc. functions 2017-03-01 15:51:21 +01:00
tests-hashes-sha256.c hashes: Unified the cryptographic hash functions 2016-05-24 16:52:30 +02:00
tests-hashes.c hashes:sha3: Integrate SHA-3 into RIOT API 2018-03-06 16:18:18 +01:00
tests-hashes.h hashes:sha3: Integrate SHA-3 into RIOT API 2018-03-06 16:18:18 +01:00