x448_dart 0.2.0
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';