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

outdated

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

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.0

Alternatively, your editor might support dart 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
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

bip39, crypto, ninja_asn1, ninja_prime

More

Packages that depend on seeded_rsa