From 27e1e78281134670393b98780b4b702d225b64d3 Mon Sep 17 00:00:00 2001 From: Enrik Berkhan Date: Sat, 17 Oct 2020 09:34:51 +0200 Subject: [PATCH] Add salty to .gitmodules. This will be used for upcoming support of ED25519 in the 'Solo' version. --- .gitmodules | 3 +++ crypto/salty | 1 + 2 files changed, 4 insertions(+) create mode 160000 crypto/salty diff --git a/.gitmodules b/.gitmodules index 9031436..b3fdb89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "crypto/cifra"] path = crypto/cifra url = https://github.com/solokeys/cifra.git +[submodule "crypto/salty"] + path = crypto/salty + url = https://github.com/ycrypto/salty.git diff --git a/crypto/salty b/crypto/salty new file mode 160000 index 0000000..622d28c --- /dev/null +++ b/crypto/salty @@ -0,0 +1 @@ +Subproject commit 622d28c41a44158f9720df28d4c22d95a88aee01