diff options
author | lloyd <[email protected]> | 2008-09-11 20:14:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-11 20:14:03 +0000 |
commit | 11841eb6925af2f91e24d11531930fddcdfc1314 (patch) | |
tree | 62f87d5648d6e72e470aafb0d2953f068eaf2d0d /doc | |
parent | 26af42526420c8782d23ff264cee2bb4a5959356 (diff) |
List Noekeon and Salsa20 in info.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info.txt | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/doc/info.txt b/doc/info.txt index 3bb9ade5b..52afda968 100644 --- a/doc/info.txt +++ b/doc/info.txt @@ -1,33 +1,34 @@ -Botan is a C++ class library for performing a wide variety of cryptographic -operations, including encryption, hashing, authentication, public key -encryption and signatures, and creating and using X.509v3 certificates and -CRLs. PKCS #8 private keys (including PKCS #5 encryption) and PKCS #10 -certificate requests are also included. As well as various modes, padding -schemes, and so forth, Botan supports the following basic cryptographic -algorithms: +Botan is a C++ class library for performing a wide variety of +cryptographic operations, including encryption, hashing, +authentication, public key encryption and signatures, and creating and +using X.509v3 certificates and CRLs. PKCS #8 private keys (including +PKCS #5 encryption) and PKCS #10 certificate requests are also +included. As well as various modes, padding schemes, and so forth, +Botan supports the following basic cryptographic algorithms: * Public Key Algorithms: Diffie-Hellman, DSA, ElGamal, Nyberg-Rueppel, Rabin-Williams, RSA -* Block Ciphers: AES, Blowfish, CAST-128, CAST-256, DES/DESX/TripleDES, GOST, - IDEA, KASUMI, Lion, Luby-Rackoff, MARS, MISTY1, RC2, RC5, RC6, SAFER-SK, - SEED, Serpent, Skipjack, Square, TEA, Twofish, XTEA +* Block Ciphers: AES, Blowfish, CAST-128, CAST-256, DES, DESX, + TripleDES, GOST, IDEA, KASUMI, Noekeon, Lion, Luby-Rackoff, MARS, + MISTY1, RC2, RC5, RC6, SAFER-SK, SEED, Serpent, Skipjack, Square, + TEA, Twofish, XTEA -* Stream Ciphers: ARC4, WiderWake4+1, Turing +* Stream Ciphers: ARC4, WiderWake4+1, Salsa20, Turing * Hash Functions: HAS-160, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-160, SHA-256, SHA-384, SHA-512, Tiger, Whirlpool * MACs: ANSI X9.19 MAC, CMAC, HMAC -For build instructions, read 'doc/building.pdf'. The license can be found in -'doc/license.txt', and the ChangeLog is in 'doc/log.txt'. +For build instructions, read 'doc/building.pdf'. The license can be +found in 'doc/license.txt', and the ChangeLog is in 'doc/log.txt'. -Check http://botan.randombit.net/ for announcements and news. If you'll be -developing code using Botan, consider joining the mailing lists; links to -subscriptions forms and the archives can be found on the web page. Feel free to -contact me with any questions or comments. +Check http://botan.randombit.net/ for announcements and news. If +you'll be developing code using Botan, consider joining the mailing +lists; links to subscriptions forms and the archives can be found on +the web page. Feel free to contact me with any questions or comments. Regards, Jack Lloyd ([email protected]) |