mirror of https://github.com/cbeuw/Cloak
Update auth.go
This commit is contained in:
parent
6fbd39ea10
commit
95b840e40f
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
"crypto/sha256"
|
"crypto/sha256"
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"github.com/cbeuw/Cloak/internal/util"
|
"github.com/cbeuw/Cloak/tree/master/internal/util"
|
||||||
ecdh "github.com/cbeuw/go-ecdh"
|
ecdh "github.com/cbeuw/go-ecdh"
|
||||||
"io"
|
"io"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue