Age | Commit message (Expand) | Author |
---|---|---|
2015-06-16 | Refactor key loading code. | Rob Austein |
2015-06-11 | Debug modexp_fp() buffer handling. Add basic timing report. | Rob Austein |
2015-06-11 | First cut at RSA decryption/signature using the Chinese Remainder | Rob Austein |
2015-06-10 | Operand lengths weren't including bug-workaround padding. | Rob Austein |
2015-06-10 | Add hal_modexp(), since the protocol is a bit complex. Rewrite | Rob Austein |
2015-06-04 | Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto | Rob Austein |
2015-06-03 | ModExp now working! | Rob Austein |
2015-05-28 | More fun with RSA test cases, still not working. | Rob Austein |
2015-05-27 | First pass at RSA tests. | Rob Austein |