curve25519 2.0.0 copy "curve25519: ^2.0.0" to clipboard
curve25519: ^2.0.0 copied to clipboard

discontinued

Curve25519 Diffie-Hellman (X25519).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add curve25519
copied to clipboard

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

dependencies:
  curve25519: ^2.0.0
copied to clipboard

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:curve25519/curve25519.dart';
copied to clipboard
0
likes
30
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

Curve25519 Diffie-Hellman (X25519).

License

Apache-2.0 (license)

Dependencies

cryptography

More

Packages that depend on curve25519