remove encryption
This commit is contained in:
@@ -15,6 +15,7 @@ const (
|
||||
NoisePublicKeySize = 32
|
||||
NoisePrivateKeySize = 32
|
||||
NoisePresharedKeySize = 32
|
||||
Poly1305TagSize = 16 // Size of Poly1305 authentication tag
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user