feat(shadowsocks): SIP022 AEAD-2022 Ciphers

This commit is contained in:
Chang lue Tsen
2025-05-31 10:46:28 -04:00
parent ddf740600f
commit 1a21984c27
3 changed files with 43 additions and 2 deletions
+2 -1
View File
@@ -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))
}