Skip to content

Commit

Permalink
docs(monitoring-data): add size of GCM authentication tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarrow committed Oct 13, 2024
1 parent 4c85e05 commit 7214edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pia/protocols/monitoring-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The message payload is encoded as follows:
| ------ | ---- | ----------------------------------------------------------------------------------------------------------------- |
| 0x0 | 16 | [Monitoring data header](#monitoring-data-header) |
| 0x10 | | Payload, first zlib compressed, then encrypted with AES-GCM. See [AES-GCM encryption](#aes-gcm-encryption) below. |
| | | AES-GCM authentication tag |
| | 16 | AES-GCM authentication tag |

The content of the payload depends on the version number and data type in the monitoring data header.

Expand Down

0 comments on commit 7214edc

Please sign in to comment.