Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing commas to test vectors | joshua | 2023-07-19 | 1 | -26/+26 |
| | | | | ok tb@ | ||||
* | Add test coverage for SHA3 | joshua | 2023-07-19 | 1 | -27/+344 |
| | | | | ok tb@ | ||||
* | Add two const | tb | 2022-09-02 | 1 | -3/+3 |
| | |||||
* | Make test tables static const and fix a style nit | tb | 2022-09-02 | 1 | -5/+4 |
| | |||||
* | Add tests for 1 million repeated "a" | tb | 2022-09-02 | 1 | -39/+220 |
| | | | | From Joshua Sing | ||||
* | Add a nicely licensed, table-driven test for SHA | tb | 2022-09-01 | 1 | -0/+439 |
This tests covers the NIST vectors for SHA-{1,224,256,384,256} and will soon be able to replace the old SHA tests entirely. From Joshua Sing <joshua () hypera ! dev> |