open-quantum-safe / liboqs-python

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

Revise error message response for MechanismIsNotEnabledError. #34

Closed greebie closed 3 years ago

greebie commented 3 years ago

Revises the error message for MechanismIsNotEnabledError to say that the algorithm is supported but not enabled.

Resolves #33.