diffie_hellman 0.1.0 copy "diffie_hellman: ^0.1.0" to clipboard
diffie_hellman: ^0.1.0 copied to clipboard

outdated

Pure Dart implementation of modular DH groups. Based on PKCS#3.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add diffie_hellman

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

dependencies:
  diffie_hellman: ^0.1.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:diffie_hellman/diffie_hellman.dart';
15
likes
0
points
523
downloads

Publisher

verified publisherxeertz.com

Weekly Downloads

Pure Dart implementation of modular DH groups. Based on PKCS#3.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on diffie_hellman