Add RSA1k/17 and RSA1k/32 to AlgoSimple
This commit is contained in:
parent
332360cbbb
commit
773117965c
1 changed files with 2 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue