custom_post_quantum 1.0.0-prerelease.8 custom_post_quantum: ^1.0.0-prerelease.8 copied to clipboard
Dart implementation of NIST's post-quantum algorithm candidates, Kyber and Dilithium. which allows you to create Kyber with custom K
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add custom_post_quantum
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
custom_post_quantum: ^1.0.0-prerelease.8
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:custom_post_quantum/custom_post_quantum.dart';