x25519 0.0.1 copy "x25519: ^0.0.1" to clipboard
x25519: ^0.0.1 copied to clipboard

outdated

Dart port of curve25519

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add x25519

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

dependencies:
  x25519: ^0.0.1

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:x25519/x25519.dart';
2
likes
0
pub points
78%
popularity

Publisher

unverified uploader

Dart port of curve25519

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection

More

Packages that depend on x25519