mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-13 08:25:19 +00:00
This adds support for testing PBKDF2 implementation. Test vectors for SHA1 are taken from RFC6070. SHA256 vectors were extrapolated using an online PBKDF2 generator which was checked against RFC6070. Signed-off-by: Vlad Pruteanu <pruteanuvlad1611@yahoo.com> |
||
|---|---|---|
| .. | ||
| 3descbc.c | ||
| aescbc.c | ||
| aescmac.c | ||
| aesctr.c | ||
| aesxts.c | ||
| CMakeLists.txt | ||
| crc32.c | ||
| dhm.c | ||
| ecdsa.c | ||
| hash.c | ||
| hmac.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||
| pbkdf2.c | ||
| rsa.c | ||