1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

BOLT 8: fix s description

In this document `s` is not a public key but keypair.
Because there are expressions such as `s.priv`
This commit is contained in:
Hiroki Gondo 2018-08-10 14:17:36 +09:00 committed by Olaoluwa Osuntokun
parent 6fea210458
commit 1222fd1eca

View File

@ -147,7 +147,7 @@ Throughout the handshake process, each side maintains these variables:
* `e`: a party's **ephemeral keypair**. For each session, a node MUST generate a
new ephemeral key with strong cryptographic randomness.
* `s`: a party's **static public key** (`ls` for local, `rs` for remote)
* `s`: a party's **static keypair** (`ls` for local, `rs` for remote)
The following functions will also be referenced: