summaryrefslogtreecommitdiff
path: root/src/ltc/pk/ec25519
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2020-08-02 10:36:09 +0200
committerKarel Miko <karel.miko@gmail.com>2020-08-02 10:36:09 +0200
commite4cfa89e92059e8cf59d0dea33397e7eb3322483 (patch)
treef6ea70b27bbae1ee524524ebc8940bd82a199307 /src/ltc/pk/ec25519
parent238c865807f3efc80c32e9a53b1c7e4f2591f81d (diff)
update libtomcrypt incl. LICENSE (related to #63)
Diffstat (limited to 'src/ltc/pk/ec25519')
-rw-r--r--src/ltc/pk/ec25519/ec25519_export.c14
-rw-r--r--src/ltc/pk/ec25519/ec25519_import_pkcs8.c14
-rw-r--r--src/ltc/pk/ec25519/tweetnacl.c14
3 files changed, 6 insertions, 36 deletions
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$ */