[Cryptech-Commits] [user/sra/libhal] branch master updated (73a9466 -> 9176df4)
git at cryptech.is
git at cryptech.is
Thu Jun 4 20:10:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a change to branch master
in repository user/sra/libhal.
from 73a9466 Refactor hash code prior to adding HMAC (which we need for PBKDF2). Main changes: moving the ten zillion core-related constants from closures into a driver structure, rework API to the more common initialize/update/finalize because it's easier to understand, particularly with HMAC.
new 456de69 HMAC implementation and test vectors.
new 9176df4 Whoops, we're supposed to hash an entire block for the key regardless of how long the key is. With this fix, HMAC passes tests on Novena.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
hash.c | 183 +++++++++++++++++++--
tests/test-hash.c | 472 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 644 insertions(+), 11 deletions(-)
More information about the Commits
mailing list