[noise] A simple and safe TLS/TCP-like protocol
Calder Coalson
caldercoalson at gmail.com
Tue Feb 7 09:29:44 PST 2017
> But we could set the prologue to:
> - 1-byte = number of version strings (N)
> - N times:
> 1-byte = length of version string
> <version string>
Maybe use
- 1-byte = number of version strings (N)
- N times:
- 1 byte = length of version string i
- N times:
- <version string i>
instead for slightly more efficient parsing?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://moderncrypto.org/mail-archive/noise/attachments/20170207/22a321e5/attachment.html>
More information about the Noise
mailing list