feat(shadowsocks): SIP022 AEAD-2022 Ciphers
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func TestGenerateCipher(t *testing.T) {
|
||||
pwd := GenerateCipher("serverKey", 128)
|
||||
pwd := GenerateCipher("", 16)
|
||||
t.Logf("pwd: %s", pwd)
|
||||
t.Logf("pwd length: %d", len(pwd))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user