]> Cypherpunks.ru repositories - govpn.git/blobdiff - utils/makedist.sh
Use Argon2d PHC winner instead of PBKDF2
[govpn.git] / utils / makedist.sh
index 5c8b5db81a5525de4314951e07d8485ea2ca8d5d..89bd8c8dd9b7b11c276a554b406036bac8ab6093 100755 (executable)
@@ -8,7 +8,7 @@ release=$1
 [ -n "$release" ]
 
 git clone . $tmp/govpn-$release
-for repo in src/github.com/bigeagle/water src/github.com/agl/ed25519 src/golang.org/x/crypto; do
+for repo in src/github.com/bigeagle/water src/github.com/agl/ed25519 src/github.com/magical/argon2 src/github.com/dchest/blake2b src/golang.org/x/crypto; do
     git clone $repo $tmp/govpn-$release/$repo
 done
 cd $tmp/govpn-$release