From e4cfa89e92059e8cf59d0dea33397e7eb3322483 Mon Sep 17 00:00:00 2001 From: Karel Miko Date: Sun, 2 Aug 2020 10:36:09 +0200 Subject: update libtomcrypt incl. LICENSE (related to #63) --- src/ltc/pk/ec25519/ec25519_export.c | 14 ++------------ src/ltc/pk/ec25519/ec25519_import_pkcs8.c | 14 ++------------ src/ltc/pk/ec25519/tweetnacl.c | 14 ++------------ 3 files changed, 6 insertions(+), 36 deletions(-) (limited to 'src/ltc/pk/ec25519') diff --git a/src/ltc/pk/ec25519/ec25519_export.c b/src/ltc/pk/ec25519/ec25519_export.c index 808d8d0e..42f4c4b5 100644 --- a/src/ltc/pk/ec25519/ec25519_export.c +++ b/src/ltc/pk/ec25519/ec25519_export.c @@ -1,11 +1,5 @@ -/* LibTomCrypt, modular cryptographic library -- Tom St Denis - * - * LibTomCrypt is a library that provides various cryptographic - * algorithms in a highly modular and flexible manner. - * - * The library is free for all purposes without any express - * guarantee it works. - */ +/* LibTomCrypt, modular cryptographic library -- Tom St Denis */ +/* SPDX-License-Identifier: Unlicense */ #include "tomcrypt_private.h" /** @@ -94,7 +88,3 @@ int ec25519_export( unsigned char *out, unsigned long *outlen, } #endif - -/* ref: $Format:%D$ */ -/* git commit: $Format:%H$ */ -/* commit time: $Format:%ai$ */ diff --git a/src/ltc/pk/ec25519/ec25519_import_pkcs8.c b/src/ltc/pk/ec25519/ec25519_import_pkcs8.c index 92221821..13807abd 100644 --- a/src/ltc/pk/ec25519/ec25519_import_pkcs8.c +++ b/src/ltc/pk/ec25519/ec25519_import_pkcs8.c @@ -1,11 +1,5 @@ -/* LibTomCrypt, modular cryptographic library -- Tom St Denis - * - * LibTomCrypt is a library that provides various cryptographic - * algorithms in a highly modular and flexible manner. - * - * The library is free for all purposes without any express - * guarantee it works. - */ +/* LibTomCrypt, modular cryptographic library -- Tom St Denis */ +/* SPDX-License-Identifier: Unlicense */ #include "tomcrypt_private.h" /** @@ -91,7 +85,3 @@ out: } #endif - -/* ref: $Format:%D$ */ -/* git commit: $Format:%H$ */ -/* commit time: $Format:%ai$ */ diff --git a/src/ltc/pk/ec25519/tweetnacl.c b/src/ltc/pk/ec25519/tweetnacl.c index cbfc05e1..82f0a701 100644 --- a/src/ltc/pk/ec25519/tweetnacl.c +++ b/src/ltc/pk/ec25519/tweetnacl.c @@ -1,11 +1,5 @@ -/* LibTomCrypt, modular cryptographic library -- Tom St Denis - * - * LibTomCrypt is a library that provides various cryptographic - * algorithms in a highly modular and flexible manner. - * - * The library is free for all purposes without any express - * guarantee it works. - */ +/* LibTomCrypt, modular cryptographic library -- Tom St Denis */ +/* SPDX-License-Identifier: Unlicense */ #include "tomcrypt_private.h" /* automatically generated file, do not edit */ @@ -486,7 +480,3 @@ int tweetnacl_crypto_sign_open(int *stat, u8 *m,u64 *mlen,const u8 *sm,u64 smlen *mlen = smlen; return CRYPT_OK; } - -/* ref: $Format:%D$ */ -/* git commit: $Format:%H$ */ -/* commit time: $Format:%ai$ */ -- cgit v1.2.3