sk_pqc 0.1.0 copy "sk_pqc: ^0.1.0" to clipboard
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_pqc

With Flutter:

 $ flutter pub add sk_pqc

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

dependencies:
  sk_pqc: ^0.1.0

Alternatively, 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';
0
likes
140
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 hybrid combiner. KEM-only.

Topics

#post-quantum #cryptography #mlkem #hybrid #flutter

License

unknown (license)

Dependencies

cryptography, ffi, web

More

Packages that depend on sk_pqc