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

Dart port of x25519 from Go Cryptography curve25519.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add x25519

With Flutter:

 $ flutter 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.1.1

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

Publisher

unverified uploader

Dart port of x25519 from Go Cryptography curve25519.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

adaptive_number, collection

More

Packages that depend on x25519