remove encryption

This commit is contained in:
dingfeng.wong
2025-07-25 17:56:07 +08:00
parent f333402bd9
commit 7a67b9687c
4 changed files with 17 additions and 62 deletions
+1
View File
@@ -15,6 +15,7 @@ const (
NoisePublicKeySize = 32
NoisePrivateKeySize = 32
NoisePresharedKeySize = 32
Poly1305TagSize = 16 // Size of Poly1305 authentication tag
)
type (