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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_rsa_web

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fast_rsa_web: ^0.4.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fast_rsa_web/js/go.dart';
import 'package:fast_rsa_web/js/promise.dart';
import 'package:fast_rsa_web/js/rsa.dart';
import 'package:fast_rsa_web/js/wasm.dart';
import 'package:fast_rsa_web/rsa_web.dart';
1
likes
20
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

library for use RSA with support for web

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on fast_rsa_web

Packages that implement fast_rsa_web