quantum update

This commit is contained in:
number571 2024-10-18 04:16:25 +07:00
parent 9b0ac3326d
commit 75da67fd64

View File

@ -15,7 +15,7 @@ import (
const (
// IV + Proof + Hash + (2xPayload32Head)=[len(data)+len(void)] + Payload32Head=[head]
// 16 + 8 + 32 + 2x4 + 4 = 68 additional bytes to origin message
// 16 + 8 + 64 + 2x4 + 4 = 100 additional bytes to origin message
CMessageHeadSize = 0 +
1*symmetric.CCipherBlockSize +
1*encoding.CSizeUint64 +