nisse@lysator.liu.se (Niels Möller) writes:
- Delete the old aes_* interface, in favor of aes128_, aes192_* and aes256_*.
I've now made a branch for this, delete-old-aes.
And it seems building gnutls with this branch fails, see https://gitlab.com/gnutls/nettle/-/jobs/53760965
aes-padlock.c: In function 'padlock_aes_cipher_setkey': aes-padlock.c:65:17: error: storage size of 'nc' isn't known struct aes_ctx nc; ^~
It's great to have that ci job set up.
Regards, /Niels