mirror of
https://github.com/lightning/bolts.git
synced 2025-01-19 05:33:37 +01:00
Fix typo
public -> private
This commit is contained in:
parent
07976959d3
commit
1ad7933241
@ -257,7 +257,7 @@ and 16 bytes for the `poly1305` tag.
|
||||
* The responder accumulates the initiator's ephemeral key into the authenticating
|
||||
handshake digest.
|
||||
5. `ss = ECDH(re, s.priv)`
|
||||
* The responder performs an ECDH between its static public key and the
|
||||
* The responder performs an ECDH between its static private key and the
|
||||
initiator's ephemeral public key.
|
||||
6. `ck, temp_k1 = HKDF(ck, ss)`
|
||||
* A new temporary encryption key is generated, which will
|
||||
|
Loading…
Reference in New Issue
Block a user