cmac.c: optimize make_kn and move zero_iv to const segment.
[openssl.git] / crypto / cmac / cmac.c
2012-01-06 Andy Polyakovcmac.c: optimize make_kn and move zero_iv to const...
2011-03-24 Richard LevitteImplement FIPS CMAC.
2010-02-08 Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2010-02-07 Dr. Stephen HensonInitial experimental CMAC implementation.