PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

ChaCha20 support #182

Closed yunge closed 5 years ago

yunge commented 5 years ago

Is there any plan to add ChaCha20? Thanks.

gi097 commented 5 years ago

You could temporarliy use this, since I needed chacha20 in Dart as well: https://github.com/gi097/salt

stevenroose commented 5 years ago

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 5 years ago

You could temporarliy use this, since I needed chacha20 in Dart as well: https://github.com/gi097/salt

Thanks, I'll try it.