Skip to content

Commit

Permalink
doc: add that chacha20-poly1305 is IETF version
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Mar 17, 2022
1 parent 6d3920d commit c78fa49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/api/crypto.md
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c78fa49

Please sign in to comment.