Skip to content

Commit

Permalink
AlgorithmParameters requirement should be "ChaCha20-Poly1305", not "C…
Browse files Browse the repository at this point in the history
…haCha20".
  • Loading branch information
seanjmullan committed Jan 8, 2025
1 parent 823cbef commit b622c99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* parentheses.
* <ul>
* <li>{@code AES}</li>
* <li>{@code ChaCha20}</li>
* <li>{@code ChaCha20-Poly1305}</li>
* <li>{@code DESede}</li>
* <li>{@code DiffieHellman}</li>
* <li>{@code DSA}</li>
Expand Down

0 comments on commit b622c99

Please sign in to comment.