From 682248c9801f04e95ef6b3f6949e9bab1aca2c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 19 Mar 2022 01:11:04 +0100 Subject: [PATCH] doc: add that chacha20-poly1305 is IETF version PR-URL: https://github.com/nodejs/node/pull/42370 Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson --- doc/api/crypto.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 68a45e5ca33b36..c52227f22c3f30 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2995,7 +2995,8 @@ changes: - v11.2.0 - v10.17.0 pr-url: https://github.com/nodejs/node/pull/24081 - description: The cipher `chacha20-poly1305` is now supported. + description: The cipher `chacha20-poly1305` (the IETF variant of + ChaCha20-Poly1305) is now supported. - version: v10.10.0 pr-url: https://github.com/nodejs/node/pull/21447 description: Ciphers in OCB mode are now supported. @@ -3095,7 +3096,8 @@ changes: - v11.2.0 - v10.17.0 pr-url: https://github.com/nodejs/node/pull/24081 - description: The cipher `chacha20-poly1305` is now supported. + description: The cipher `chacha20-poly1305` (the IETF variant of + ChaCha20-Poly1305) is now supported. - version: v10.10.0 pr-url: https://github.com/nodejs/node/pull/21447 description: Ciphers in OCB mode are now supported.