From 003b4cdba2ae2226b21b75b7644dc22b5595dcf1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 7 Mar 2017 22:43:41 -0500 Subject: Add ECDSA cores. --- .gitmodules | 9 +++++++++ source/core/math/ecdsalib | 1 + source/core/pkey/ecdsa256 | 1 + source/core/pkey/ecdsa384 | 1 + 4 files changed, 12 insertions(+) create mode 160000 source/core/math/ecdsalib create mode 160000 source/core/pkey/ecdsa256 create mode 160000 source/core/pkey/ecdsa384 diff --git a/.gitmodules b/.gitmodules index 60a871e..84803d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,12 @@ [submodule "source/user/paul/libcli"] path = source/user/paul/libcli url = https://git.cryptech.is/user/paul/libcli.git +[submodule "source/core/math/ecdsalib"] + path = source/core/math/ecdsalib + url = https://git.cryptech.is/core/math/ecdsalib.git +[submodule "source/core/pkey/ecdsa256"] + path = source/core/pkey/ecdsa256 + url = https://git.cryptech.is/core/pkey/ecdsa256.git +[submodule "source/core/pkey/ecdsa384"] + path = source/core/pkey/ecdsa384 + url = https://git.cryptech.is/core/pkey/ecdsa384.git diff --git a/source/core/math/ecdsalib b/source/core/math/ecdsalib new file mode 160000 index 0000000..ab4638f --- /dev/null +++ b/source/core/math/ecdsalib @@ -0,0 +1 @@ +Subproject commit ab4638f70ee846de7398a3d78d467a9551e508cf diff --git a/source/core/pkey/ecdsa256 b/source/core/pkey/ecdsa256 new file mode 160000 index 0000000..89f913c --- /dev/null +++ b/source/core/pkey/ecdsa256 @@ -0,0 +1 @@ +Subproject commit 89f913c3aa2a6dad35630f3882a06b99e0978105 diff --git a/source/core/pkey/ecdsa384 b/source/core/pkey/ecdsa384 new file mode 160000 index 0000000..c09de3e --- /dev/null +++ b/source/core/pkey/ecdsa384 @@ -0,0 +1 @@ +Subproject commit c09de3ee3a303bfab596def8e0b5c8b845e5a97f -- cgit v1.2.3