seeded_rsa 1.0.2 copy "seeded_rsa: ^1.0.2" to clipboard
seeded_rsa: ^1.0.2 copied to clipboard

A library to generated RSA key pair with a string seed (prefer bip39).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add seeded_rsa

With Flutter:

 $ flutter pub add seeded_rsa

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

dependencies:
  seeded_rsa: ^1.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:seeded_rsa/seeded_rsa.dart';
0
likes
130
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A library to generated RSA key pair with a string seed (prefer bip39).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bip39, crypto, ninja_asn1, ninja_prime

More

Packages that depend on seeded_rsa