I am trying to use the intel_aes_c library with C++ on Visual Studio to create an encryption method that encrypts in 32-byte block sizes, but even when doing a #define BLOCK_SIZE (32) does not really help.
In general, I would like to ask how I can set block sizes in the Intel AES-NI Sample Library. Any help or clarification to point me in the right way would be greatly appreciated, thank you!
As far as I am aware the block size of plain text cannot be changed (if you are to encrypt it) with AES-NI. This is specified by Intel:
The reference mentioned at the end ( 1 ) refers to a wikipedia article about AES which states: