summaryrefslogtreecommitdiffstats
path: root/src/tests/digest_test.h
Commit message (Collapse)AuthorAgeFilesLines
* [test] Simplify digest algorithm self-testsMichael Brown2015-04-121-20/+98
| | | | | | | | Update the digest self-tests to use okx(), and centralise concepts and data shared between tests for multiple algorithms to reduce duplicated code. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
| | | | | | | Relicense files for which I am the sole author (as identified by util/relicense.pl). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [test] Add speed tests for digest algorithmsMichael Brown2012-09-261-0/+1
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [test] Add self-tests for SHA-1 algorithmMichael Brown2012-01-111-0/+36
Signed-off-by: Michael Brown <mcb30@ipxe.org>