Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Update encryption.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed Jan 8, 2016
1 parent 765cd2d commit db038b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/protocol/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ HMAC is calculated from (seqNumber + iv + content.length + content).
```
EncryptedPackage {
HEADER = 0xE8
// Sequence number starting from zero for each encrypted package
// Sequence number starting from zero for each direction
seqNumber: long
// First encryption level
encryptedPackage: bytes
Expand Down

0 comments on commit db038b2

Please sign in to comment.