1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* sha256.c, sha512.c: New.

* Makefile.am, algorithms.h, md.c (load_digest_module,
string_to_digest_algo): Add read-only support for the new SHAs.
This commit is contained in:
David Shaw 2003-02-04 19:28:40 +00:00
parent a93eb3abb5
commit cef8bbd91f
6 changed files with 792 additions and 2 deletions

View file

@ -52,6 +52,8 @@ libcipher_a_SOURCES = cipher.c \
md5.c \
rmd160.c \
sha1.c \
sha256.c \
sha512.c \
tiger.c
EXTRA_libcipher_a_SOURCES = idea-stub.c