Skip to content

Commit 682248c

Browse files
tniessendanielleadams
authored andcommitted
doc: add that chacha20-poly1305 is IETF version
PR-URL: #42370 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent e3bced1 commit 682248c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/crypto.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2995,7 +2995,8 @@ changes:
29952995
- v11.2.0
29962996
- v10.17.0
29972997
pr-url: https://github.com/nodejs/node/pull/24081
2998-
description: The cipher `chacha20-poly1305` is now supported.
2998+
description: The cipher `chacha20-poly1305` (the IETF variant of
2999+
ChaCha20-Poly1305) is now supported.
29993000
- version: v10.10.0
30003001
pr-url: https://github.com/nodejs/node/pull/21447
30013002
description: Ciphers in OCB mode are now supported.
@@ -3095,7 +3096,8 @@ changes:
30953096
- v11.2.0
30963097
- v10.17.0
30973098
pr-url: https://github.com/nodejs/node/pull/24081
3098-
description: The cipher `chacha20-poly1305` is now supported.
3099+
description: The cipher `chacha20-poly1305` (the IETF variant of
3100+
ChaCha20-Poly1305) is now supported.
30993101
- version: v10.10.0
31003102
pr-url: https://github.com/nodejs/node/pull/21447
31013103
description: Ciphers in OCB mode are now supported.

0 commit comments

Comments
 (0)