Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert md_test to use new test framework | joshua | 2025-05-22 | 2 | -122/+106 |
| | | | | ok jsing tb beck | ||||
* | md_test: switch from 2<<28 to 1<<29 | tb | 2025-01-19 | 1 | -2/+2 |
| | | | | discussed with jsing | ||||
* | Add regress coverage that checks the MD5 message bit counter handling. | jsing | 2025-01-19 | 1 | -1/+66 |
| | |||||
* | New md4/md5 regress tests | tb | 2022-09-02 | 2 | -0/+310 |
These exercise MD4 and MD5 with the test vectors from RFCs 1320 and 1321. From Joshua Sing <joshua () hypera ! dev> |