On Wed Apr 2 15:10:45 2025 +0000, Dmitry Timoshkov wrote:
Could you please clarify a bit? libtomcrypt is already linked with bcrypt.dll, so it's not a new dependency. aes-wrap.c and aes-unwrap.c are imported in many other projects, and they are just a few lines of code.
Right, it's just a few lines of code spread over two new files which can easily be avoided by rewriting them.
Depending on libtomcrypt for AES has a support cost that we're already paying for the GnuTLS based implementation.