[Cryptech-Commits] [sw/libhal] branch hashsig updated (b26b375 -> 9f1be49)

git at cryptech.is git at cryptech.is
Sat Mar 10 15:00:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a change to branch hashsig
in repository sw/libhal.

    from b26b375  Implement hash-based signatures, per draft-mcgrew-hash-sigs-08.txt
     new 0ff06f4  Fix coef4, which was swapping digits
     new 6dfdbd4  Fold the coef* functions into a single function, because that really was premature optimization.
     new f041aa3  Add Test Case 2 from draft-mcgrew-09
     new 9f1be49  For 2^w and 2^h, replace hard-coded w2 and h2 values with 1<<w and 1<<h.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hashsig.c            | 116 +++++------
 tests/test-hashsig.h | 535 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 581 insertions(+), 70 deletions(-)



More information about the Commits mailing list