> > Up to version 0.52 of the IPSec Multi buffer library, > the chain order for AES-CCM was CIPHER_HASH when encrypting. > However, after this version, the order has been reversed in the library > since, when encrypting, hashing is done first and then ciphering. > > Therefore, order is changed to be compatible with newer versions > of the library. > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > --- Applied to dpdk-next-crypto
Thanks.