Assembly routine for AES CBC encrypt
I’m assuming that OpenSSL is just using these functions here. page 66 is CBC
https://www.intel.com/content/dam/develop/external/us/en/documents/aes-wp-2012-09-22-v01-165683.pdf
Can I just generate a key/iv randomly and pass data off with t… Continue reading Assembly routine for AES CBC encrypt