Hello,
Le 2021-04-07 à 08 h 09, Aapo Talvensaari a écrit :
It says: "*ciphertext length must be cleartext_length-8" but shouldn't that be: "*ciphertext length must be cleartext_length+8"?
Indeed, the typo is similar in the other paragraph.
For void aesXXX_keywrap, it should say: "*cleartext length must be ciphertext_length-8."
For int aesXXX_keyunwrap, it should say: "*ciphertext length must be cleartext_length+8."
/Nicolas