[Cryptech-Commits] [releng/alpha] 01/04: Add ECDSA cores.

git at cryptech.is git at cryptech.is
Thu Mar 9 06:07:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch ksng
in repository releng/alpha.

commit 003b4cdba2ae2226b21b75b7644dc22b5595dcf1
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Mar 7 22:43:41 2017 -0500

    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(+)

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



More information about the Commits mailing list