Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 19, 2024
1 parent 43307cc commit d5b3e35
Show file tree
Hide file tree
Showing 3 changed files with 1,399 additions and 1,399 deletions.
2 changes: 1 addition & 1 deletion pkg/network/message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
// IV + Proof + Hash + (2xPayload32Head)=[len(data)+len(void)] + Payload32Head=[head]
// 16 + 8 + 64 + 2x4 + 4 = 100 additional bytes to origin message
// 16 + 8 + 48 + 2x4 + 4 = 84 additional bytes to origin message
CMessageHeadSize = 0 +
1*symmetric.CCipherBlockSize +
1*encoding.CSizeUint64 +
Expand Down
Loading

0 comments on commit d5b3e35

Please sign in to comment.