Skip to content

Commit c78fa49

Browse files
committed
doc: add that chacha20-poly1305 is IETF version
1 parent 6d3920d commit c78fa49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/crypto.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,8 @@ changes:
30133013
- v11.2.0
30143014
- v10.17.0
30153015
pr-url: https://github.com/nodejs/node/pull/24081
3016-
description: The cipher `chacha20-poly1305` is now supported.
3016+
description: The cipher `chacha20-poly1305` (the IETF variant of
3017+
ChaCha20-Poly1305) is now supported.
30173018
- version: v10.10.0
30183019
pr-url: https://github.com/nodejs/node/pull/21447
30193020
description: Ciphers in OCB mode are now supported.
@@ -3113,7 +3114,8 @@ changes:
31133114
- v11.2.0
31143115
- v10.17.0
31153116
pr-url: https://github.com/nodejs/node/pull/24081
3116-
description: The cipher `chacha20-poly1305` is now supported.
3117+
description: The cipher `chacha20-poly1305` (the IETF variant of
3118+
ChaCha20-Poly1305) is now supported.
31173119
- version: v10.10.0
31183120
pr-url: https://github.com/nodejs/node/pull/21447
31193121
description: Ciphers in OCB mode are now supported.

0 commit comments

Comments
 (0)