From 8a642c7fe2f6d615bb87070e5fe05dab5acfe29d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 18 Feb 2018 19:23:07 +0300 Subject: [PATCH] chacha20 package is in another place now --- makedist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/makedist.sh b/makedist.sh index a81bdc7..2a56cf5 100755 --- a/makedist.sh +++ b/makedist.sh @@ -34,6 +34,7 @@ golang.org/x/crypto/blake2s golang.org/x/crypto/chacha20poly1305 golang.org/x/crypto/curve25519 golang.org/x/crypto/ed25519 +golang.org/x/crypto/internal/chacha20 golang.org/x/crypto/nacl golang.org/x/crypto/poly1305 golang.org/x/crypto/salsa20 -- 2.44.0