From 2eccaf155fdbd6b2a98da3a2c4399cb66e734719 Mon Sep 17 00:00:00 2001 From: "kristen@oreilly.com" Date: Thu, 11 Nov 2021 12:21:03 -0800 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 e09398a..aed3622 100644 --- a/14_encrypted_transport.asciidoc +++ b/14_encrypted_transport.asciidoc @@ -201,7 +201,7 @@ version. The initial protocol version is `0`. At the time of writing, no new protocol versions have been created. As a result, if a peer receives a version other than `0`, then they should reject the handshake initiation attempt. -As far as cryptographic primitives, `SHA-256` is used as the hash function of +As far as cryptographic primitives, SHA-256 is used as the hash function of choice, `secp256k1` as the elliptic curve, and `ChaChaPoly-130` as the AEAD (symmetric encryption) construction.