|
|
@@ -6,13 +6,13 @@ import (
|
|
|
"crypto/cipher"
|
|
|
"crypto/md5"
|
|
|
"crypto/sha1"
|
|
|
- "github.com/v2fly/v2ray-core/v4/common/antireplay"
|
|
|
"io"
|
|
|
|
|
|
"golang.org/x/crypto/chacha20poly1305"
|
|
|
"golang.org/x/crypto/hkdf"
|
|
|
|
|
|
"github.com/v2fly/v2ray-core/v4/common"
|
|
|
+ "github.com/v2fly/v2ray-core/v4/common/antireplay"
|
|
|
"github.com/v2fly/v2ray-core/v4/common/buf"
|
|
|
"github.com/v2fly/v2ray-core/v4/common/crypto"
|
|
|
"github.com/v2fly/v2ray-core/v4/common/protocol"
|