summaryrefslogtreecommitdiff
path: root/security/botan/DESCR
diff options
context:
space:
mode:
authorrillig <rillig>2006-02-05 01:25:12 +0000
committerrillig <rillig>2006-02-05 01:25:12 +0000
commita392f8308c079331abc0452825b67c9ab9d38cfd (patch)
treedc213ab6cd930487d1ffff7d5bf0f590e4cd076e /security/botan/DESCR
parent6a4c96e954605706a04956884ed9cc1b1d8a5754 (diff)
downloadpkgsrc-a392f8308c079331abc0452825b67c9ab9d38cfd.tar.gz
Imported botan from .
Botan (formerly OpenCL) aims to be a portable, easy to use, and efficient C++ crypto library. It currently supports the following algorithms: Public Key Algorithms: Diffie-Hellman, DSA, ElGamal, Nyberg-Rueppel, Rabin-Williams, RSA Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, IDEA, Lion, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128, Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA Stream Ciphers: ARC4, ISAAC, SEAL Hash Functions: HAVAL, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA2-256, SHA2-512, Tiger, Whirlpool MACs: EMAC, HMAC, MD5-MAC, ANSI X9.19 MAC Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG Cipher Modes: CBC w/ Padding, CTS, CFB, OFB, Counter Packaged by Aleksandar Simic <asimic@gmail.com>.
Diffstat (limited to 'security/botan/DESCR')
-rw-r--r--security/botan/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/botan/DESCR b/security/botan/DESCR
new file mode 100644
index 00000000000..d41b850fee8
--- /dev/null
+++ b/security/botan/DESCR
@@ -0,0 +1,14 @@
+Botan (formerly OpenCL) aims to be a portable, easy to use, and efficient
+C++ crypto library. It currently supports the following algorithms:
+
+ Public Key Algorithms: Diffie-Hellman, DSA, ElGamal, Nyberg-Rueppel,
+ Rabin-Williams, RSA
+ Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, IDEA,
+ Lion, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128,
+ Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA
+ Stream Ciphers: ARC4, ISAAC, SEAL
+ Hash Functions: HAVAL, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1,
+ SHA2-256, SHA2-512, Tiger, Whirlpool
+ MACs: EMAC, HMAC, MD5-MAC, ANSI X9.19 MAC
+ Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG
+ Cipher Modes: CBC w/ Padding, CTS, CFB, OFB, Counter