From 2af303f806dff415bf0e489745348d6804c76970 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Wed, 27 Oct 2021 17:29:15 -0700 Subject: [PATCH] Edited 14_encrypted_transport.asciidoc with Atlas code editor --- 14_encrypted_transport.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14_encrypted_transport.asciidoc b/14_encrypted_transport.asciidoc index 8d0bacf..3fa766d 100644 --- a/14_encrypted_transport.asciidoc +++ b/14_encrypted_transport.asciidoc @@ -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`,