version revision 7c478bd95313f5f23a4c958a745db2134aa03244
178N/A1.1 23/08/96 - eay
178N/A Changed RC2_set_key() so it now takes another argument. Many
178N/A thanks to Peter Gutmann <pgut01@cs.auckland.ac.nz> for the
178N/A clarification and origional specification of RC2. BSAFE uses
178N/A this last parameter, 'bits'. It the key is 128 bits, BSAFE
178N/A also sets this parameter to 128. The old behaviour can be
178N/A duplicated by setting this parameter to 1024.
178N/A
178N/A1.0 08/04/96 - eay
178N/A First version of SSLeay with rc2. This has been written from the spec
178N/A posted sci.crypt. It is in this directory under rrc2.doc
178N/A I have no test values for any mode other than ecb, my wrappers for the
178N/A other modes should be ok since they are basically the same as
178N/A the ones taken from idea and des :-). I have implemented them as
178N/A little-endian operators.
178N/A While rc2 is included because it is used with SSL, I don't know how
178N/A far I trust it. It is about the same speed as IDEA and DES.
178N/A So if you are paranoid, used Tripple DES, else IDEA. If RC2
178N/A does get used more, perhaps more people will look for weaknesses in
178N/A it.
178N/A
3996N/A
178N/A