bcgit / bc-java

Bouncy Castle Java Distribution (Mirror)
https://www.bouncycastle.org/java.html
MIT License
2.3k stars 1.14k forks source link

Feature request: Add XChaCha20-Poly1305 #841

Open MariusVolkhart opened 3 years ago

MariusVolkhart commented 3 years ago

Add a new Cipher algorithm for XChaCha20-Poly1305. The larger nonce size over ChaCha20 decreases the probability of birthday collisions when using random nonces, a common use case in application layer encryption.

jhult commented 2 years ago

Related: #631