head	1.3;
access;
symbols
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.08.20.05.03.18;	author ijliao;	state dead;
branches;
next	1.2;

1.2
date	2002.05.12.03.45.30;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.02.19.15.56;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.3
log
@opencl -> botan
upgrade botan to 0.9.2
@
text
@OpenCL aims to be a portable, easy to use, and efficient C++ crypto
library. It currently supports the following algorithms: 

    Public Key Algorithms: 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
    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

WWW: http://opencl.sourceforge.net/
@


1.2
log
@fix current state

Submitted by:	Jack Lloyd <lloyd@@acm.jhu.edu>
@
text
@@


1.1
log
@add opencl, a portable, easy to use, and efficient C++ crypto library
@
text
@d4 10
a13 9
    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 
@

