Skip to content

Commit

Permalink
Remove Kyber-90s and SPHINCS+ Haraka and Robust parametrs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Jun 6, 2023
1 parent 84e27dd commit cf4687c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 39 deletions.
3 changes: 0 additions & 3 deletions oqs/src/kem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ implement_kems! {
("kyber") Kyber512: OQS_KEM_alg_kyber_512,
("kyber") Kyber768: OQS_KEM_alg_kyber_768,
("kyber") Kyber1024: OQS_KEM_alg_kyber_1024,
("kyber") Kyber512_90s: OQS_KEM_alg_kyber_512_90s,
("kyber") Kyber768_90s: OQS_KEM_alg_kyber_768_90s,
("kyber") Kyber1024_90s: OQS_KEM_alg_kyber_1024_90s,
("ntruprime") NtruPrimeSntrup761: OQS_KEM_alg_ntruprime_sntrup761,
("frodokem") FrodoKem640Aes: OQS_KEM_alg_frodokem_640_aes,
("frodokem") FrodoKem640Shake: OQS_KEM_alg_frodokem_640_shake,
Expand Down
48 changes: 12 additions & 36 deletions oqs/src/sig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,42 +119,18 @@ implement_sigs! {
("dilithium") Dilithium5: OQS_SIG_alg_dilithium_5,
("falcon") Falcon512: OQS_SIG_alg_falcon_512,
("falcon") Falcon1024: OQS_SIG_alg_falcon_1024,
("sphincs") SphincsHaraka128fRobust: OQS_SIG_alg_sphincs_haraka_128f_robust,
("sphincs") SphincsHaraka128fSimple: OQS_SIG_alg_sphincs_haraka_128f_simple,
("sphincs") SphincsHaraka128sRobust: OQS_SIG_alg_sphincs_haraka_128s_robust,
("sphincs") SphincsHaraka128sSimple: OQS_SIG_alg_sphincs_haraka_128s_simple,
("sphincs") SphincsHaraka192fRobust: OQS_SIG_alg_sphincs_haraka_192f_robust,
("sphincs") SphincsHaraka192fSimple: OQS_SIG_alg_sphincs_haraka_192f_simple,
("sphincs") SphincsHaraka192sRobust: OQS_SIG_alg_sphincs_haraka_192s_robust,
("sphincs") SphincsHaraka192sSimple: OQS_SIG_alg_sphincs_haraka_192s_simple,
("sphincs") SphincsHaraka256fRobust: OQS_SIG_alg_sphincs_haraka_256f_robust,
("sphincs") SphincsHaraka256fSimple: OQS_SIG_alg_sphincs_haraka_256f_simple,
("sphincs") SphincsHaraka256sRobust: OQS_SIG_alg_sphincs_haraka_256s_robust,
("sphincs") SphincsHaraka256sSimple: OQS_SIG_alg_sphincs_haraka_256s_simple,
("sphincs") SphincsSha256128fRobust: OQS_SIG_alg_sphincs_sha256_128f_robust,
("sphincs") SphincsSha256128fSimple: OQS_SIG_alg_sphincs_sha256_128f_simple,
("sphincs") SphincsSha256128sRobust: OQS_SIG_alg_sphincs_sha256_128s_robust,
("sphincs") SphincsSha256128sSimple: OQS_SIG_alg_sphincs_sha256_128s_simple,
("sphincs") SphincsSha256192fRobust: OQS_SIG_alg_sphincs_sha256_192f_robust,
("sphincs") SphincsSha256192fSimple: OQS_SIG_alg_sphincs_sha256_192f_simple,
("sphincs") SphincsSha256192sRobust: OQS_SIG_alg_sphincs_sha256_192s_robust,
("sphincs") SphincsSha256192sSimple: OQS_SIG_alg_sphincs_sha256_192s_simple,
("sphincs") SphincsSha256256fRobust: OQS_SIG_alg_sphincs_sha256_256f_robust,
("sphincs") SphincsSha256256fSimple: OQS_SIG_alg_sphincs_sha256_256f_simple,
("sphincs") SphincsSha256256sRobust: OQS_SIG_alg_sphincs_sha256_256s_robust,
("sphincs") SphincsSha256256sSimple: OQS_SIG_alg_sphincs_sha256_256s_simple,
("sphincs") SphincsShake256128fRobust: OQS_SIG_alg_sphincs_shake256_128f_robust,
("sphincs") SphincsShake256128fSimple: OQS_SIG_alg_sphincs_shake256_128f_simple,
("sphincs") SphincsShake256128sRobust: OQS_SIG_alg_sphincs_shake256_128s_robust,
("sphincs") SphincsShake256128sSimple: OQS_SIG_alg_sphincs_shake256_128s_simple,
("sphincs") SphincsShake256192fRobust: OQS_SIG_alg_sphincs_shake256_192f_robust,
("sphincs") SphincsShake256192fSimple: OQS_SIG_alg_sphincs_shake256_192f_simple,
("sphincs") SphincsShake256192sRobust: OQS_SIG_alg_sphincs_shake256_192s_robust,
("sphincs") SphincsShake256192sSimple: OQS_SIG_alg_sphincs_shake256_192s_simple,
("sphincs") SphincsShake256256fRobust: OQS_SIG_alg_sphincs_shake256_256f_robust,
("sphincs") SphincsShake256256fSimple: OQS_SIG_alg_sphincs_shake256_256f_simple,
("sphincs") SphincsShake256256sRobust: OQS_SIG_alg_sphincs_shake256_256s_robust,
("sphincs") SphincsShake256256sSimple: OQS_SIG_alg_sphincs_shake256_256s_simple,
("sphincs") SphincsSha2128fSimple: OQS_SIG_alg_sphincs_sha2_128f_simple,
("sphincs") SphincsSha2128sSimple: OQS_SIG_alg_sphincs_sha2_128s_simple,
("sphincs") SphincsSha2192fSimple: OQS_SIG_alg_sphincs_sha2_192f_simple,
("sphincs") SphincsSha2192sSimple: OQS_SIG_alg_sphincs_sha2_192s_simple,
("sphincs") SphincsSha2256fSimple: OQS_SIG_alg_sphincs_sha2_256f_simple,
("sphincs") SphincsSha2256sSimple: OQS_SIG_alg_sphincs_sha2_256s_simple,
("sphincs") SphincsShake128fSimple: OQS_SIG_alg_sphincs_shake_128f_simple,
("sphincs") SphincsShake128sSimple: OQS_SIG_alg_sphincs_shake_128s_simple,
("sphincs") SphincsShake192fSimple: OQS_SIG_alg_sphincs_shake_192f_simple,
("sphincs") SphincsShake192sSimple: OQS_SIG_alg_sphincs_shake_192s_simple,
("sphincs") SphincsShake256fSimple: OQS_SIG_alg_sphincs_shake_256f_simple,
("sphincs") SphincsShake256sSimple: OQS_SIG_alg_sphincs_shake_256s_simple,
}

impl Algorithm {
Expand Down

0 comments on commit cf4687c

Please sign in to comment.