Skip to content
Snippets Groups Projects
Commit f4b38212 authored by Yawning Angel's avatar Yawning Angel
Browse files

Fix constants in the spec to reflect the code.

parent 8d61c6bc
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
2. The client sends a handshake request to the server where:
X' = Elligator 2 representative of X (32 bytes)
P_C = Random padding [87, 1384] bytes long
P_C = Random padding [85, 1384] bytes long
M_C = HMAC-SHA256-128(B | NODEID, X')
E = String representation of the number of hours since the UNIX
epoch
......@@ -228,7 +228,7 @@
part of the serverResponse if it always sends the frame immediately
following the serverResponse body. If implementations chose to do this,
the TYPE_PRNG_SEED frame MUST have 0 bytes of padding, and P_S MUST
consist of [0,1297] bytes of random padding.
consist of [0,1299] bytes of random padding.
7. References
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment