Hello, This is standard AES implementation based on FIPS 197 ("standard" means also "slow"). OpenSSL daes not have such implementation, OpenSSL have optimized AES implementation based on function AES_encrypt() which far more faster then standard implementation. Standard implementation is good for learning but not in real life.
Best regards, -- Marek Marcola <marek.marc...@malkom.pl> owner-openssl-us...@openssl.org wrote on 04/02/2012 05:09:57 PM: > Theodore Tolstoy <filaho...@gmail.com> > Sent by: owner-openssl-us...@openssl.org > > 04/02/2012 05:11 PM > > Please respond to > openssl-users@openssl.org > > To > > openssl-users@openssl.org > > cc > > Subject > > AES-256 Implementation and OpenSSL > > Hi! > > There is a widely known and used AES implementation in C by "Niyaz PK" for > encryption/decryption: > http://www.hoozi.com/posts/advanced-encryption-standard-aes-implementation-in-cc-with- > comments-part-1-encryption/ > . > > It seems to implement AES-{128,192,256} ECB mode of > encryption/decryption(?). Am I wrong? > > Is it possible to use OpenSSL to achieve equivalent results? > > -- > +BW, TVT > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org