|
@@ -46,6 +46,7 @@
|
|
|
package accesscontrol
|
|
package accesscontrol
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
|
|
+ "crypto/ed25519"
|
|
|
"crypto/rand"
|
|
"crypto/rand"
|
|
|
"crypto/sha256"
|
|
"crypto/sha256"
|
|
|
"crypto/subtle"
|
|
"crypto/subtle"
|
|
@@ -55,7 +56,6 @@ import (
|
|
|
"time"
|
|
"time"
|
|
|
|
|
|
|
|
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common"
|
|
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common"
|
|
|
- "github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/ed25519"
|
|
|
|
|
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/hkdf"
|
|
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/hkdf"
|
|
|
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/errors"
|
|
"github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/errors"
|
|
|
)
|
|
)
|