-2

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
arun
  • 1
  • 1

1 Answers1

-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.

Community
  • 1
  • 1
timlukins
  • 2,694
  • 21
  • 35
  • 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