Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-21 | libcryptech -> libhal, doh. | Rob Austein | |
2015-06-11 | Build issues on Novena. | Rob Austein | |
2015-06-11 | First cut at RSA decryption/signature using the Chinese Remainder | Rob Austein | |
Theorem. Not yet tested, and given the number of moving parts I would be astonished if this version actually worked, but it does compile. Added some timing code to tests/test-rsa.c so we can see whether this is doing anything useful once it does work. | |||
2015-06-04 | First cut at PBKDF2. | Rob Austein | |
2015-06-04 | Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto | Rob Austein | |
passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc). | |||
2015-05-27 | First pass at RSA tests. | Rob Austein | |
2015-05-24 | First pass on hash test code. | Rob Austein | |
2015-05-21 | Add test harness: no useful tests yet, just the framework. | Rob Austein | |
Add human-readable error strings for hal_error_t codes. |