From dffb05674c708346dda75f4c02305f5e839ffd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 16 Mar 2022 22:43:42 +0000 Subject: [PATCH] doc: add that chacha20-poly1305 is IETF version --- 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 09e1315e82bd73..79555662a821d0 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -3013,7 +3013,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. @@ -3113,7 +3114,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.