open-quantum-safe / liboqs-python

Python 3 bindings for liboqs
https://openquantumsafe.org/
MIT License
115 stars 40 forks source link

Remove support for NIST KAT RNG #75

Closed SWilson4 closed 6 months ago

SWilson4 commented 8 months ago

As of open-quantum-safe/liboqs#1667 (merged but yet-to-be released), the NIST KAT pseudorandom number generator is no longer part of the public liboqs API. This PR removes all references to it from liboqs-python.

This should fix the recent build failures on workflows triggered from upstream merges.

@vsoftco please let me know if there's anything else that needs to be done with regard to updating versions etc.