konstantinullrich/crypton

Make RSAKeypair.fromRandom() async?

irfnyas opened this issue · 1 comments

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

Let me see what i can do