feature: Initial commit.
This commit is contained in:
commit
c6c407d205
12 changed files with 1402 additions and 0 deletions
19
commons/enum.go
Normal file
19
commons/enum.go
Normal file
|
@ -0,0 +1,19 @@
|
|||
package commons
|
||||
|
||||
const (
|
||||
SendPublicKey = iota
|
||||
SwitchToSymmetricKey
|
||||
ClientSendHost
|
||||
GetSigningServers
|
||||
GetTrustedDomains
|
||||
InitiateForwarding
|
||||
)
|
||||
|
||||
const (
|
||||
XChaCha20Poly1305 = iota
|
||||
)
|
||||
|
||||
const (
|
||||
BitLimit24 = 16_777_215
|
||||
BitLimit16 = 65535
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue