Re: aes256cbc_encrypt
On Wed, Oct 28, 2009 at 12:44:28AM -0700, himas wrote: > > tried to run my decryption func with test vectors and got not proper result > > -- CODE -- > void aes256cbc_encrypt() > { > int i, outlen; int i, outlen, tm; > unsigned char *outbuf = (un
aes256cbc_encrypt
tried to run my decryption func with test vectors and got not proper result -- CODE -- void aes256cbc_encrypt() { int i, outlen; unsigned char *outbuf = (unsigned char*)malloc(1024); unsigned char key