diff options
-rw-r--r-- | .gitmodules | 9 | ||||
m--------- | source/core/math/ecdsalib | 0 | ||||
m--------- | source/core/pkey/ecdsa256 | 0 | ||||
m--------- | source/core/pkey/ecdsa384 | 0 |
4 files changed, 9 insertions, 0 deletions
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 +Subproject ab4638f70ee846de7398a3d78d467a9551e508c diff --git a/source/core/pkey/ecdsa256 b/source/core/pkey/ecdsa256 new file mode 160000 +Subproject 89f913c3aa2a6dad35630f3882a06b99e097810 diff --git a/source/core/pkey/ecdsa384 b/source/core/pkey/ecdsa384 new file mode 160000 +Subproject c09de3ee3a303bfab596def8e0b5c8b845e5a97 |