siv: drop internal implementation

Nettle (>=3.6) and GnuTLS (>=3.6.14) with the AES-SIV-CMAC support
required for NTS are now widely available in operating systems. Drop
the internal Nettle-based implementation.
This commit is contained in:
Miroslav Lichvar
2024-11-12 16:34:40 +01:00
parent d9d97f76d7
commit c85ec4ff0f
3 changed files with 0 additions and 465 deletions

View File

@@ -28,12 +28,7 @@
#include "sysincl.h"
#ifdef HAVE_NETTLE_SIV_CMAC
#include <nettle/siv-cmac.h>
#else
#include "siv_nettle_int.c"
#endif
#ifdef HAVE_NETTLE_SIV_GCM
#include <nettle/siv-gcm.h>
#endif