I'm doing project in AES. Has anyone worked in equivalent inverse cipher? I am researching the underlying concept in it and how to implement in C.
Asked
Active
Viewed 661 times
-2
-
This can be closed as unclear to too broad. – halfer Sep 01 '18 at 16:17
1 Answers
-1
By Equivalent Inverse cipher are you referring to the new operations supplied by the ? i.e. Intel AES-NI (new instruction) library?
I believe it is possible to integrate this with OpenSSL - as per these instructions.
The OpenSSL C library is good, but sadly not so well documented. Others have asked before how to use it for AES.
-
No I'm not refering to INTEL AES_NI....i just want to implement as prescribed in the FIPS PUB 197...Please if you have worked on it do help me out.....It's very urgent.. – arun Mar 09 '11 at 06:35