Re: Question on using AES in openssl-0.9.7beta

2002-06-13 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Thu, 13 Jun 2002 11:43:00 +0800, "Louis Lam" <[EMAIL PROTECTED]> said: lsauchun> I'm trying to use the AES algorithm of 0.9.7beta in my own program. lsauchun> lsauchun> For setting the key schedule there are 2 apis: lsauchun> lsauchun> AES_set_encrypt_key() ls

Question on using AES in openssl-0.9.7beta

2002-06-13 Thread Louis Lam
Hello, I'm trying to use the AES algorithm of 0.9.7beta in my own program. For setting the key schedule there are 2 apis: AES_set_encrypt_key() and AES_set_decrypt_key() Initially I used both of the fxns and set the same userkey to 2 different schedules, one for encrypting and the other for d