aboutsummaryrefslogtreecommitdiff
path: root/tests/test-hash.c
AgeCommit message (Expand)Author
2017-10-23Cleanup signed/unsigned mismatches, mostly in loop countersPaul Selkirk
2016-07-05Attempt to add resource management, for multiple cores of the same type.Paul Selkirk
2016-05-31SHA-224 driver and soft core.Rob Austein
2016-03-09Tweak handling of byte swapping in software hash cores to get rid ofRob Austein
2015-12-13whack copyrightsPaul Selkirk
2015-11-13Merge branch 'config_core_selector'Paul Selkirk
2015-10-29Remove unused includes.Paul Selkirk
2015-10-04Handle missing hash cores more gracefully.Rob Austein
2015-10-04Whack libhal API to use current configure_core_selector mechanism.Rob Austein
2015-09-02Clean up excessively complicated handling of opaque types in hash andRob Austein
2015-06-21libcryptech -> libhal, doh.Rob Austein
2015-06-05HMAC for truncated SHA-512 digests would probably work better if weRob Austein
2015-06-04First cut at PBKDF2.Rob Austein
2015-06-04Disable HMAC-SHA-384 tests as neither my implementation nor PyCryptoRob Austein
2015-06-04HMAC implementation and test vectors.Rob Austein
2015-06-04Refactor hash code prior to adding HMAC (which we need for PBKDF2).Rob Austein
2015-05-25Cleanup: names of *_core_present() functions, Makefile.Rob Austein
2015-05-25Add missing truncated SHA-512 cases.Rob Austein
2015-05-24Debug hash-testing code.Rob Austein
2015-05-24First pass on hash test code.Rob Austein