PointyCastle / pointycastle

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

Development #227

Open sunderme opened 4 years ago

sunderme commented 4 years ago

I am looking into implementing aes en-/decryption in dart. Where is the development for this package going on, here or somewhere else ?

Are there any plans to implement aes gcm ?

Thanks, Jan

AKushWarrior commented 4 years ago

It's been moved into the bouncycastle project. https://github.com/bcgit/pc-dart.

I am working on submitting a PR for AES-GCM in the coming days if you need it.