x448_dart 0.1.0
x448_dart: ^0.1.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 Dart:
$ dart pub add x448_dart
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
x448_dart: ^0.1.0
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:x448_dart/flutterflow_hkdf.dart';
import 'package:x448_dart/flutterflow_x448.dart';
import 'package:x448_dart/hkdf.dart';
import 'package:x448_dart/x448.dart';