AES encryption with openssl bindings
hane via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Apr 26 01:57:14 PDT 2014
AES_set_decrypt_key is needed before AES_decrypt.
AES_set_decrypt_key(chunk.ptr, 128, &wctx);
More information about the Digitalmars-d-learn
mailing list