open-quantum-safe / liboqs-python

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

Remove support for NIST KAT RNG #75

Closed SWilson4 closed 7 months ago

SWilson4 commented 9 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.