ChaCha20 support
Closed this issue · 3 comments
yunge commented
Is there any plan to add ChaCha20? Thanks.
gi097 commented
You could temporarliy use this, since I needed chacha20 in Dart as well: https://github.com/gi097/salt
stevenroose commented
No plans to add anything. I'm not even maintaining really anymore except when someone finds a real bug.
You're very much encouraged to provide an implementation of ChaCha20 for PointyCastle. I'd happily spend the time reviewing it.
yunge commented
You could temporarliy use this, since I needed chacha20 in Dart as well: https://github.com/gi097/salt
Thanks, I'll try it.