Add sha512

This commit is contained in:
NIIBE Yutaka
2014-02-05 16:20:26 +09:00
parent 8f60b1568f
commit 2e80472f1c
3 changed files with 235 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
2014-02-05 NIIBE Yutaka <gniibe@fsij.org>
* src/sha512.h, src/sha512.c: New.
* src/sha256.c (initial_state): Don't export, it's internal.
2014-01-28 Niibe Yutaka <gniibe@fsij.org>