diff options
author | Werner Koch <wk@gnupg.org> | 2003-01-21 09:06:54 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-01-21 09:06:54 +0000 |
commit | dd8013b79e4793db8676d72e4266ce21f9e3efdb (patch) | |
tree | 108ac277b840c7fd0d9e8bb3b73725178bb7e18d /libgcrypt.txt | |
parent | 49155968ce1c3f709b45354ead2b39901d58cc93 (diff) | |
download | libgcrypt-dd8013b79e4793db8676d72e4266ce21f9e3efdb.tar.gz |
* README (Configure options): New.
* configure.ac (have_ld_version_script): New option
--enable-ld-version-script.
Diffstat (limited to 'libgcrypt.txt')
-rw-r--r-- | libgcrypt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcrypt.txt b/libgcrypt.txt index 620b0d27..41c051d9 100644 --- a/libgcrypt.txt +++ b/libgcrypt.txt @@ -23,7 +23,7 @@ of this license is included in the file <a href="COPYING.DOC">COPYING.DOC</a>. based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES,DES,Blowfish,CAST5,Twofish,Arcfour), hash algorithms (MD4, MD5, -RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all hash algorithms), +RIPE-MD160, SHA-1, SHA-256, TIGER-192), MACs (HMAC for all hash algorithms), public key algorithms (RSA, ElGamal, DSA), large integer functions, random numbers and a lot of supporting functions. |