konstantinullrich / crypton

A simple Dart library for asymmetric encryption and digital signatures
https://pub.dev/packages/crypton
MIT License
33 stars 12 forks source link

Make RSAKeypair.fromRandom() async? #35

Closed irfnyas closed 1 year ago

irfnyas commented 2 years ago

it only took seconds but still not fast enough because the function is synchronous and it freezes the UI. how about making it async?

konstantinullrich commented 2 years ago

Let me see what i can do