mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 10:14:01 +03:00
Minor cleanups
This commit is contained in:
@@ -16,8 +16,7 @@ const (
|
||||
rpcNonceTagLength = 4
|
||||
rpcNonceCryptoAESLength = 4
|
||||
|
||||
rpcNonceRequestLength = rpcNonceTagLength + rpcNonceKeySelectorLength +
|
||||
rpcNonceCryptoAESLength + rpcNonceCryptoTSLength + rpcNonceLength
|
||||
rpcNonceRequestLength = rpcNonceTagLength + rpcNonceKeySelectorLength + rpcNonceCryptoAESLength + rpcNonceCryptoTSLength + rpcNonceLength
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user