Matthew Cross wrote:
> 
> I can't find enough documentation regarding the setup of RC2 and DES.
> RC4 seems straight forward enough.  Could someone post the 15 lines of
> code that I need?
> 

If you are using the EVP interface then usage is identical except the IV
isn't used with RC4.

Use of the low level routines is strongly discouraged because it adds
algorithm dependency to the code and will not work with future
extensions such as hardware accelerated versions of algorithms.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to