We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keyPair = await RSA.generate(2048); // Does not complete!
The text was updated successfully, but these errors were encountered:
hi @mgeilich, thanks for report this, could you provide more details like which version are you using and flutter doctor output
flutter doctor
Sorry, something went wrong.
also make sure follow the setup instructions for web https://pub.dev/packages/fast_rsa#web
add to you pubspec.yaml
assets: - packages/fast_rsa/web/assets/worker.js - packages/fast_rsa/web/assets/wasm_exec.js - packages/fast_rsa/web/assets/rsa.wasm
My problem is that I had the assets listed in the wrong pubspec.yaml. I have multiple... All fixed now, thanks for the quick response!
No branches or pull requests
keyPair = await RSA.generate(2048); // Does not complete!
The text was updated successfully, but these errors were encountered: