Rework events

This commit is contained in:
9seconds
2021-04-07 14:40:54 +03:00
parent b748603096
commit 463af648ce
13 changed files with 275 additions and 410 deletions
+1 -5
View File
@@ -7,11 +7,7 @@ import (
"fmt"
)
const (
SecretKeyLength = 16
secretFakeTLSFirstByte byte = 0xee
)
const secretFakeTLSFirstByte byte = 0xee
var secretEmptyKey [SecretKeyLength]byte