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:
parent
a93eb3abb5
commit
cef8bbd91f
6 changed files with 792 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue