[Cryptech-Commits] [user/sra/libhal] branch master updated (cf865e9 -> e1029f9)
git at cryptech.is
git at cryptech.is
Fri Jun 5 19:27:59 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 cf865e9 Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc).
new 1655dbf First cut at PBKDF2.
new f7a65af HMAC for truncated SHA-512 digests would probably work better if we used the right digest length constants. Doh.
new ce372c3 Get feedback cycle right in PBKDF2 iteration.
new e1029f9 This time for sure, Rocky!
The 4 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:
.gitignore | 1 +
Makefile.in | 2 +-
cryptech.h | 52 +++++++++++--
hash.c | 59 +++++++-------
pbkdf2.c | 174 +++++++++++++++++++++++++++++++++++++++++
tests/Makefile.in | 2 +-
tests/test-hash.c | 103 +++++++++++-------------
tests/test-pbkdf2.c | 219 ++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 514 insertions(+), 98 deletions(-)
create mode 100644 pbkdf2.c
create mode 100644 tests/test-pbkdf2.c
More information about the Commits
mailing list