2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-15 00:15:05 +00:00

Edited 14_encrypted_transport.asciidoc with Atlas code editor

This commit is contained in:
kristen@oreilly.com 2021-10-27 17:29:15 -07:00
parent 57cd1e5582
commit 2af303f806

View File

@ -248,7 +248,7 @@ handshake as:
`ECDH(k, rk)`:: Performs an Elliptic-Curve Diffie-Hellman operation using
`k`, which is a valid `secp256k1` private key, and `rk`, which is a valid public key
+
** The returned value is the SHA256 of the compressed format of the
** The returned value is the SHA-256 of the compressed format of the
generated point.
`HKDF(salt,ikm)`:: A function defined in `RFC 5869`,