]> Cypherpunks.ru repositories - govpn.git/blobdiff - handshake.go
Preparing move to modules
[govpn.git] / handshake.go
similarity index 99%
rename from src/cypherpunks.ru/govpn/handshake.go
rename to handshake.go
index 360904e8ae7c4b402c77d4f64da8c4126caf458d..80ab1c9910c2220c005472e0f03fe36400cb8ea2 100644 (file)
@@ -24,7 +24,8 @@ import (
        "log"
        "time"
 
-       "chacha20"
+       "go.cypherpunks.ru/govpn/v7/internal/chacha20"
+
        "github.com/agl/ed25519"
        "github.com/agl/ed25519/extra25519"
        "golang.org/x/crypto/blake2b"