bcgit / bc-java

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

Add support for [chacha20-ietf-poly1305] and [xchacha20-ietf-poly1305] #1197

Open MoonLord-LM opened 2 years ago

MoonLord-LM commented 2 years ago

https://crypto.stackexchange.com/questions/73220/which-version-of-chacha-is-more-secure

https://www.google.com/search?ie=UTF-8&q=chacha20-ietf-poly1305 https://www.google.com/search?ie=UTF-8&q=xchacha20-ietf-poly1305

MoonLord-LM commented 2 years ago

https://doc.libsodium.org/secret-key_cryptography/aead

jhult commented 1 year ago

Related: https://github.com/bcgit/bc-java/issues/841

jhult commented 1 year ago

Related: #631