liboqs-rust
liboqs-rust copied to clipboard
feat: update to liboqs 0.13.0
Updates to liboqs 0.13.0 (currently in pre-release state). This includes
- exposing a new KEM API function,
OQS_KEM_keypair_derand, and - adding the UOV signature algorithm.
I also exposed the OQS_randombytes API function in oqs-sys; I believe it had been mistakenly excluded from a pattern match previously.
Leaving as draft until liboqs 0.13.0 is released.