Add RSA1k/17 and RSA1k/32 to AlgoSimple

This commit is contained in:
Heiko Schaefer 2021-09-19 19:25:37 +02:00
parent 332360cbbb
commit 773117965c

View file

@ -41,6 +41,8 @@ impl From<&str> for AlgoSimple {
use AlgoSimple::*;
match algo {
"RSA1k/17" => RSA1k(17),
"RSA1k/32" => RSA1k(32),
"RSA2k/17" => RSA2k(17),
"RSA2k/32" => RSA2k(32),
"RSA3k/17" => RSA3k(17),