Another note re noise

This commit is contained in:
Tony Garnock-Jones 2023-01-23 13:08:12 +01:00
parent e8881f5980
commit 5983cd01f1
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Packet = @complete bytes / @fragmented [bytes ...] .
; When layering Syndicate protocol over noise,
;
; - the canonical encoding of the serviceSelector is the prologue
; - protocol.Packets MUST be encoded using the machine-oriented Preserves syntax
; - zero or more Turns are permitted per noise.Packet
; - each Turn must fit inside a single noise.Packet (fragment if needed)