Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-07-22 | lib/crypto: tests: Annotate worker to be on stack | Guenter Roeck | 1 | -1/+1 |
2025-07-14 | lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1 | Eric Biggers | 4 | -0/+262 |
2025-07-14 | lib/crypto: tests: Add KUnit tests for Poly1305 | Eric Biggers | 4 | -0/+361 |
2025-07-14 | lib/crypto: tests: Add KUnit tests for SHA-384 and SHA-512 | Eric Biggers | 6 | -0/+723 |
2025-07-14 | lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256 | Eric Biggers | 6 | -0/+586 |
2025-07-14 | lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.py | Eric Biggers | 1 | -0/+683 |