diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:38:44 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:38:44 -0700 |
commit | e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd (patch) | |
tree | a4961af082efd0be7e244c301af548604ed1932a /.gitmodules | |
parent | Merge pull request #6329 (diff) | |
parent | Support for supercop ASM in wallet, and benchmark for supercop (diff) | |
download | monero-e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd.tar.xz |
Merge pull request #6337
a11ec4ac1 Support for supercop ASM in wallet, and benchmark for supercop (Lee Clagett)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f8e7c305b..9dacf534f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,3 +15,7 @@ [submodule "external/randomx"] path = external/randomx url = https://github.com/tevador/RandomX +[submodule "external/supercop"] + path = external/supercop + url = https://github.com/monero-project/supercop + branch = monero |