fast_rsa_web 0.4.0 copy "fast_rsa_web: ^0.4.0" to clipboard
fast_rsa_web: ^0.4.0 copied to clipboard

discontinued

library for use RSA with support for web

fast_rsa_web #

The web implementation of fast_rsa.

Usage #

Import the package #

To use this plugin in your Flutter Web app, simply add it as a dependency in your pubspec alongside the base fast_rsa plugin.

(This is only temporary: in the future we hope to make this package an "endorsed" implementation of fast_rsa, so that it is automatically included in your Flutter Web app when you depend on package:fast_rsa.)

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  fast_rsa: ^0.6.0
  fast_rsa_web: ^0.4.0
  ...

Use the plugin #

Once you have the fast_rsa_web dependency in your pubspec, you should be able to use package:fast_rsa as normal.

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

library for use RSA with support for web

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on fast_rsa_web