From 8783a43cd5b4ebe27ae97200aded25c532657925 Mon Sep 17 00:00:00 2001 From: christophhagen Date: Mon, 6 Jan 2020 22:04:51 +0100 Subject: [PATCH] Restructure files --- Sources/CEd25519/.DS_Store | Bin 6148 -> 0 bytes .../CEd25519/include/{ed25519.h => CEd25519.h} | 0 Sources/CEd25519/{ => lib}/add_scalar.c | 0 Sources/CEd25519/{ => lib}/fe.c | 0 Sources/CEd25519/{ => lib}/fe.h | 0 Sources/CEd25519/{ => lib}/fixedint.h | 0 Sources/CEd25519/{ => lib}/ge.c | 0 Sources/CEd25519/{ => lib}/ge.h | 0 Sources/CEd25519/{ => lib}/key_exchange.c | 0 Sources/CEd25519/{ => lib}/keypair.c | 0 Sources/CEd25519/{ => lib}/precomp_data.h | 0 Sources/CEd25519/{ => lib}/sc.c | 0 Sources/CEd25519/{ => lib}/sc.h | 0 Sources/CEd25519/{ => lib}/seed.c | 0 Sources/CEd25519/{ => lib}/sha512.c | 0 Sources/CEd25519/{ => lib}/sha512.h | 0 Sources/CEd25519/{ => lib}/sign.c | 0 Sources/CEd25519/{ => lib}/verify.c | 0 Sources/CEd25519/license.txt | 16 ---------------- 19 files changed, 16 deletions(-) delete mode 100644 Sources/CEd25519/.DS_Store rename Sources/CEd25519/include/{ed25519.h => CEd25519.h} (100%) rename Sources/CEd25519/{ => lib}/add_scalar.c (100%) rename Sources/CEd25519/{ => lib}/fe.c (100%) rename Sources/CEd25519/{ => lib}/fe.h (100%) rename Sources/CEd25519/{ => lib}/fixedint.h (100%) rename Sources/CEd25519/{ => lib}/ge.c (100%) rename Sources/CEd25519/{ => lib}/ge.h (100%) rename Sources/CEd25519/{ => lib}/key_exchange.c (100%) rename Sources/CEd25519/{ => lib}/keypair.c (100%) rename Sources/CEd25519/{ => lib}/precomp_data.h (100%) rename Sources/CEd25519/{ => lib}/sc.c (100%) rename Sources/CEd25519/{ => lib}/sc.h (100%) rename Sources/CEd25519/{ => lib}/seed.c (100%) rename Sources/CEd25519/{ => lib}/sha512.c (100%) rename Sources/CEd25519/{ => lib}/sha512.h (100%) rename Sources/CEd25519/{ => lib}/sign.c (100%) rename Sources/CEd25519/{ => lib}/verify.c (100%) delete mode 100644 Sources/CEd25519/license.txt diff --git a/Sources/CEd25519/.DS_Store b/Sources/CEd25519/.DS_Store deleted file mode 100644 index 67f406eedd1fc62e6d3c050cee15d2acd30bd6a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyJ`bL3>+nf7}B^*xxbJ!TnYFu6&wD4?@g2RY+q-AkD5$ zbIVR~IsvftX?O-!0G4z|e0rFhKX;$mU1f|&=Q~aq@HTwx$JgVm`g+2-4>;f*dyGH% z$MHHrSt%d|q<|EV0#e{l3V83OEgusVrGONW0^bVw_o2}pd*PHApALo?0f-Bx!?=!F zg4jGk?1fVzGc-#oF{xG~h9#Z(R&~8_N=!Peh7YTgttJ$U)A{}u<*=TpCaDZOd9Q8s7rNJc(cQQX3PZGGVzgs!yd6J9 cQPwqI^La0v5`)fs(24pPa9w0l;J+0(1EVPwfB*mh diff --git a/Sources/CEd25519/include/ed25519.h b/Sources/CEd25519/include/CEd25519.h similarity index 100% rename from Sources/CEd25519/include/ed25519.h rename to Sources/CEd25519/include/CEd25519.h diff --git a/Sources/CEd25519/add_scalar.c b/Sources/CEd25519/lib/add_scalar.c similarity index 100% rename from Sources/CEd25519/add_scalar.c rename to Sources/CEd25519/lib/add_scalar.c diff --git a/Sources/CEd25519/fe.c b/Sources/CEd25519/lib/fe.c similarity index 100% rename from Sources/CEd25519/fe.c rename to Sources/CEd25519/lib/fe.c diff --git a/Sources/CEd25519/fe.h b/Sources/CEd25519/lib/fe.h similarity index 100% rename from Sources/CEd25519/fe.h rename to Sources/CEd25519/lib/fe.h diff --git a/Sources/CEd25519/fixedint.h b/Sources/CEd25519/lib/fixedint.h similarity index 100% rename from Sources/CEd25519/fixedint.h rename to Sources/CEd25519/lib/fixedint.h diff --git a/Sources/CEd25519/ge.c b/Sources/CEd25519/lib/ge.c similarity index 100% rename from Sources/CEd25519/ge.c rename to Sources/CEd25519/lib/ge.c diff --git a/Sources/CEd25519/ge.h b/Sources/CEd25519/lib/ge.h similarity index 100% rename from Sources/CEd25519/ge.h rename to Sources/CEd25519/lib/ge.h diff --git a/Sources/CEd25519/key_exchange.c b/Sources/CEd25519/lib/key_exchange.c similarity index 100% rename from Sources/CEd25519/key_exchange.c rename to Sources/CEd25519/lib/key_exchange.c diff --git a/Sources/CEd25519/keypair.c b/Sources/CEd25519/lib/keypair.c similarity index 100% rename from Sources/CEd25519/keypair.c rename to Sources/CEd25519/lib/keypair.c diff --git a/Sources/CEd25519/precomp_data.h b/Sources/CEd25519/lib/precomp_data.h similarity index 100% rename from Sources/CEd25519/precomp_data.h rename to Sources/CEd25519/lib/precomp_data.h diff --git a/Sources/CEd25519/sc.c b/Sources/CEd25519/lib/sc.c similarity index 100% rename from Sources/CEd25519/sc.c rename to Sources/CEd25519/lib/sc.c diff --git a/Sources/CEd25519/sc.h b/Sources/CEd25519/lib/sc.h similarity index 100% rename from Sources/CEd25519/sc.h rename to Sources/CEd25519/lib/sc.h diff --git a/Sources/CEd25519/seed.c b/Sources/CEd25519/lib/seed.c similarity index 100% rename from Sources/CEd25519/seed.c rename to Sources/CEd25519/lib/seed.c diff --git a/Sources/CEd25519/sha512.c b/Sources/CEd25519/lib/sha512.c similarity index 100% rename from Sources/CEd25519/sha512.c rename to Sources/CEd25519/lib/sha512.c diff --git a/Sources/CEd25519/sha512.h b/Sources/CEd25519/lib/sha512.h similarity index 100% rename from Sources/CEd25519/sha512.h rename to Sources/CEd25519/lib/sha512.h diff --git a/Sources/CEd25519/sign.c b/Sources/CEd25519/lib/sign.c similarity index 100% rename from Sources/CEd25519/sign.c rename to Sources/CEd25519/lib/sign.c diff --git a/Sources/CEd25519/verify.c b/Sources/CEd25519/lib/verify.c similarity index 100% rename from Sources/CEd25519/verify.c rename to Sources/CEd25519/lib/verify.c diff --git a/Sources/CEd25519/license.txt b/Sources/CEd25519/license.txt deleted file mode 100644 index c1503f9..0000000 --- a/Sources/CEd25519/license.txt +++ /dev/null @@ -1,16 +0,0 @@ -Copyright (c) 2015 Orson Peters - -This software is provided 'as-is', without any express or implied warranty. In no event will the -authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not claim that you wrote the - original software. If you use this software in a product, an acknowledgment in the product - documentation would be appreciated but is not required. - -2. Altered source versions must be plainly marked as such, and must not be misrepresented as - being the original software. - -3. This notice may not be removed or altered from any source distribution.