oqs 1.0.5
oqs: ^1.0.5 copied to clipboard
Dart FFI bindings for liboqs — high-performance, cross-platform access to post-quantum cryptography (PQC) algorithms including ML-KEM, ML-DSA, Falcon, SPHINCS+ and more for key encapsulation and digit [...]
1.0.5 #
Added #
toStrings()method toKEMKeyPairclass that returns publicKey and secretKey as base64 encoded stringstoHexStrings()method toKEMKeyPairclass that returns publicKey and secretKey as hexadecimal stringstoStrings()method toKEMEncapsulationResultclass that returns ciphertext and sharedSecret as base64 encoded stringstoHexStrings()method toKEMEncapsulationResultclass that returns ciphertext and sharedSecret as hexadecimal strings
Changed #
- Enhanced
KEMKeyPairandKEMEncapsulationResultclasses with string conversion capabilities for better debugging and serialization support