x448_dart 0.2.0 copy "x448_dart: ^0.2.0" to clipboard
x448_dart: ^0.2.0 copied to clipboard

X448 (RFC 7748) Elliptic-Curve Diffie-Hellman for Dart/Flutter with FlutterFlow-friendly base64 helpers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add x448_dart

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

dependencies:
  x448_dart: ^0.2.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:x448_dart/flutterflow_hkdf.dart';
import 'package:x448_dart/flutterflow_x448.dart';
import 'package:x448_dart/hkdf.dart';
import 'package:x448_dart/x448.dart';
import 'package:x448_dart/zeroize.dart';
1
likes
150
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

X448 (RFC 7748) Elliptic-Curve Diffie-Hellman for Dart/Flutter with FlutterFlow-friendly base64 helpers.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, ffi, meta

More

Packages that depend on x448_dart

Packages that implement x448_dart