aboutsummaryrefslogtreecommitdiff
path: root/src/tests/hash_df_test.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-07[test] Avoid using "static const" for test declarationsMichael Brown1-1/+1
2012-03-05[rng] Add NIST self-tests for Hash_df using SHA-256Michael Brown1-0/+397
2012-03-05[rng] Allow hash_df() to accept multiple underlying hash algorithmsMichael Brown1-70/+75
2012-02-21[rng] Add missing #include <string.h>Michael Brown1-0/+1
2012-02-19[rng] Add NIST self-tests for Hash_dfMichael Brown1-0/+494