]> Cypherpunks.ru repositories - govpn.git/blobdiff - cnw/cnw.go
Preparing move to modules
[govpn.git] / cnw / cnw.go
similarity index 98%
rename from src/cypherpunks.ru/govpn/cnw/cnw.go
rename to cnw/cnw.go
index d0e3540117f70f3f6591fe7c53eac9068d67771e..f058bc4e6c7dde5fc26f9c9f9aaa84e5b14b7dba 100644 (file)
@@ -45,7 +45,8 @@ import (
        "encoding/binary"
        "errors"
 
-       "chacha20"
+       "go.cypherpunks.ru/govpn/v7/internal/chacha20"
+
        "golang.org/x/crypto/poly1305"
 )