1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 14:22:46 +01:00

BOLT 8: fix a typo

This commit is contained in:
Hiroki Gondo 2018-08-10 14:29:57 +09:00 committed by Olaoluwa Osuntokun
parent 1222fd1eca
commit 635a6a7df9

View file

@ -250,7 +250,7 @@ and 16 bytes for the `poly1305` tag.
2. Parse the read message (`m`) into `v`, `re`, and `c`:
* where `v` is the _first_ byte of `m`, `re` is the next 33
bytes of `m`, and `c` is the last 16 bytes of `m`
* The raw bytes of the remote party's ephemeral public key (`e`) are to be
* The raw bytes of the remote party's ephemeral public key (`re`) are to be
deserialized into a point on the curve using affine coordinates as encoded
by the key's serialized composed format.
3. If `v` is an unrecognized handshake version, then the responder MUST