liboqs-rust icon indicating copy to clipboard operation
liboqs-rust copied to clipboard

FromStr implementation for kem::Algorithm and sig::Algorithm

Open EcoFreshKase opened this issue 5 months ago • 0 comments

It would be nice if both kem::Algorithm and sig::Algorithm would implement FromStr to make it easy to get a algorithm from the corresponding string. The return values from the name method of both enums could be the string to match against.

Is there already something similar that I'm missing?

EcoFreshKase avatar Jul 30 '25 15:07 EcoFreshKase