diff options
author | Rob Austein <sra@hactrn.net> | 2017-03-07 22:43:41 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-03-07 22:43:41 -0500 |
commit | 003b4cdba2ae2226b21b75b7644dc22b5595dcf1 (patch) | |
tree | 26a5c516e649a0a528a36fbea1bc3e6ed4e6d957 /.gitmodules | |
parent | a5aa7bd1d12a000100145936aa8daede8393904e (diff) |
Add ECDSA cores.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 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 |