sk_pqc 0.1.0
sk_pqc: ^0.1.0 copied to clipboard
Hybrid post-quantum key encapsulation (X25519 + ML-KEM-768, FIPS 203) for Dart and Flutter across web and native. Binds audited primitives (liboqs, noble-post-quantum) with a standard HKDF-SHA256 hybr [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sk_pqcWith Flutter:
$ flutter pub add sk_pqcThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sk_pqc: ^0.1.0Alternatively, 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:sk_pqc/sk_pqc.dart';