open-quantum-safe / liboqs-python

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

Typo in Error Message #33

Closed greebie closed 3 years ago

greebie commented 3 years ago

MechanismIsNotEnabledError sends out a message that the algorithm "is not supported but not enabled by OQS," but not supported algorithms are covered by MechanismIsNotSupportedError.

Should the correct wording be "is supported but not enabled by OQS"?

Pull request is upcoming.