oqs 1.0.9
oqs: ^1.0.9 copied to clipboard
Dart FFI bindings for liboqs — high-performance post-quantum cryptography (PQC) with ML-KEM, ML-DSA, Falcon, SPHINCS+ for key encapsulation and signatures.
1.0.9 #
-BREAKING: Fixed all import statements in README examples from package:liboqs/liboqs.dart to package:oqs/oqs.dart -Updated Dart SDK requirement documentation from >=2.17.0 to >=3.8.1 to match pubspec.yaml -Fixed signature example to properly handle non-nullable return from Signature.create() -Added missing error handling in all README examples -Fixed incomplete code examples that were missing necessary imports