onsdag 26 juni 2019 kl. 08:21:51 CEST skrev Niels Möller:
- Functions using the old struct aes_ctx have been marked as deprecated. Use the fixed key size interface instead, e.g., struct aes256_ctx, introduced in Nettle-3.0.
But surely common structs and functions are more convenient for library users, and the different fixed key size functions all call the same functions internally, so isn't there a value in keeping the old interface around?