aboutsummaryrefslogtreecommitdiffstats
path: root/security/botan/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-03-03 03:15:58 +0800
committerijliao <ijliao@FreeBSD.org>2001-03-03 03:15:58 +0800
commit50079c3d2b5031d290dc10daaf7f293cf2891970 (patch)
treeafa7f5070d67525b96dc519842d92d705df8a878 /security/botan/pkg-descr
parentbe1e13ca8df4973de166fa92ec948699092f9395 (diff)
downloadfreebsd-ports-gnome-50079c3d2b5031d290dc10daaf7f293cf2891970.tar.gz
freebsd-ports-gnome-50079c3d2b5031d290dc10daaf7f293cf2891970.tar.zst
freebsd-ports-gnome-50079c3d2b5031d290dc10daaf7f293cf2891970.zip
add opencl, a portable, easy to use, and efficient C++ crypto library
Diffstat (limited to 'security/botan/pkg-descr')
-rw-r--r--security/botan/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/botan/pkg-descr b/security/botan/pkg-descr
new file mode 100644
index 000000000000..d45a42c72e24
--- /dev/null
+++ b/security/botan/pkg-descr
@@ -0,0 +1,14 @@
+OpenCL aims to be a portable, easy to use, and efficient C++ crypto
+library. It currently supports the following algorithms:
+
+ Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST,
+ IDEA, 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, RIPE-MD128, RIPE-MD160, SHA-1,
+ SHA2-256, SHA2-512, Tiger
+ MACs: EMAC, HMAC, MD5MAC
+ Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG
+ Cipher Modes: CBC w/ Padding, CFB, OFB, Counter
+
+WWW: http://opencl.sourceforge.net/