Update 'src/packet_format.md'

This commit is contained in:
kngako 2021-06-25 14:49:50 -07:00
parent cd458777f7
commit 4c9860d6f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ All tapir packets are fixed length (8192 bytes) with the first 2 bytes indicated
Once encrypted, the entire 8192 byte data packet is encrypted using [libsodium secretbox](https://libsodium.gitbook.io/doc/secret-key_cryptography/secretbox) using the standard structure (
note in this case the actual usable size of the data packet is 8190-14 to accommodate the nonce included by secret box)
For information on how th secret key is derived see the [authentication protocol](./authentication_protocol.md)
For information on how the secret key is derived see the [authentication protocol](./authentication_protocol.md)