diff options
author | Rob Austein <sra@hactrn.net> | 2015-09-22 17:10:36 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-09-22 17:10:36 -0400 |
commit | e19872e5de60f76639eac6aa3ce42ba17e007f79 (patch) | |
tree | 1e6faec3e5a94430a1d1ca6e21e386bf70f00034 /.gitmodules | |
parent | e03fb20510467fbe1c94c89b66e747b1b27a8249 (diff) | |
parent | 653d783e3567187b1d0090e047972e4171da3f68 (diff) |
Merge branch 'modexps6'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b22ca9b..7c1a9e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "sw/libhal"] path = sw/libhal url = git@git.cryptech.is:sw/libhal.git + branch = modexps6 [submodule "sw/pkcs11"] path = sw/pkcs11 url = git@git.cryptech.is:sw/pkcs11.git @@ -28,9 +29,11 @@ [submodule "core/platform/common"] path = core/platform/common url = git@git.cryptech.is:core/platform/common.git + branch = modexps6 [submodule "core/platform/novena"] path = core/platform/novena url = git@git.cryptech.is:core/platform/novena.git + branch = modexps6 [submodule "core/rng/avalanche_entropy"] path = core/rng/avalanche_entropy url = git@git.cryptech.is:core/rng/avalanche_entropy.git @@ -46,3 +49,7 @@ [submodule "sw/thirdparty/sqlite3"] path = sw/thirdparty/sqlite3 url = git@git.cryptech.is:sw/thirdparty/sqlite3.git +[submodule "core/math/modexps6"] + path = core/math/modexps6 + url = git@git.cryptech.is:core/math/modexps6.git + branch = modexps6 |