pqdga 0.1.1
pqdga: ^0.1.1 copied to clipboard
A defensive research framework for studying deterministic namespace/rendezvous constructions under different cryptographic binding models, including ML-KEM, ML-DSA, SLH-DSA, KMAC, hybrid key material, [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pqdgaWith Flutter:
$ flutter pub add pqdgaThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pqdga: ^0.1.1Alternatively, 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:pqdga/pqdga.dart';