forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb99ce1
commit c10be74
Showing
4 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ The following hybrid algorithms are made available: | |
|
||
<!--- OQS_TEMPLATE_FRAGMENT_LIST_ALL_HYBRID_KEXS_START --> | ||
- **BIKE**: `[email protected]` `[email protected]` | ||
- **ClassicMcEliece**: `ecdh-nistp256-classic-mceliece-348864r3[email protected]` `ecdh-nistp256-classic-mceliece-348864fr3[email protected]` `ecdh-nistp384-classic-mceliece-460896r3[email protected]` `ecdh-nistp384-classic-mceliece-460896fr3[email protected]` `ecdh-nistp521-classic-mceliece-6688128r3[email protected]` `ecdh-nistp521-classic-mceliece-6688128fr3[email protected]` `ecdh-nistp521-classic-mceliece-6960119r3[email protected]` `ecdh-nistp521-classic-mceliece-6960119fr3[email protected]` `ecdh-nistp521-classic-mceliece-8192128r3[email protected]` `ecdh-nistp521-classic-mceliece-8192128fr3[email protected]` | ||
- **ClassicMcEliece**: `ecdh-nistp256-classic-mceliece-348864r4[email protected]` `ecdh-nistp256-classic-mceliece-348864fr4[email protected]` `ecdh-nistp384-classic-mceliece-460896r4[email protected]` `ecdh-nistp384-classic-mceliece-460896fr4[email protected]` `ecdh-nistp521-classic-mceliece-6688128r4[email protected]` `ecdh-nistp521-classic-mceliece-6688128fr4[email protected]` `ecdh-nistp521-classic-mceliece-6960119r4[email protected]` `ecdh-nistp521-classic-mceliece-6960119fr4[email protected]` `ecdh-nistp521-classic-mceliece-8192128r4[email protected]` `ecdh-nistp521-classic-mceliece-8192128fr4[email protected]` | ||
- **FrodoKEM**: `[email protected]` `[email protected]` `[email protected]` `[email protected]` `[email protected]` `[email protected]` | ||
- **HQC**: `[email protected]` `[email protected]` `[email protected]` | ||
- **Kyber**: `[email protected]` `[email protected]` `[email protected]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,16 +101,16 @@ | |
#define KEX_KYBER_1024_ECDH_NISTP521_SHA512 "[email protected]" | ||
#define KEX_BIKE_L1_ECDH_NISTP256_SHA512 "[email protected]" | ||
#define KEX_BIKE_L3_ECDH_NISTP384_SHA512 "[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_348864_ECDH_NISTP256_SHA256 "ecdh-nistp256-classic-mceliece-348864r3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_348864F_ECDH_NISTP256_SHA256 "ecdh-nistp256-classic-mceliece-348864fr3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_460896_ECDH_NISTP384_SHA512 "ecdh-nistp384-classic-mceliece-460896r3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_460896F_ECDH_NISTP384_SHA512 "ecdh-nistp384-classic-mceliece-460896fr3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6688128_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6688128r3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6688128F_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6688128fr3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6960119_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6960119r3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6960119F_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6960119fr3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_8192128_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-8192128r3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_8192128F_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-8192128fr3[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_348864_ECDH_NISTP256_SHA256 "ecdh-nistp256-classic-mceliece-348864r4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_348864F_ECDH_NISTP256_SHA256 "ecdh-nistp256-classic-mceliece-348864fr4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_460896_ECDH_NISTP384_SHA512 "ecdh-nistp384-classic-mceliece-460896r4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_460896F_ECDH_NISTP384_SHA512 "ecdh-nistp384-classic-mceliece-460896fr4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6688128_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6688128r4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6688128F_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6688128fr4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6960119_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6960119r4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_6960119F_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-6960119fr4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_8192128_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-8192128r4[email protected]" | ||
#define KEX_CLASSIC_MCELIECE_8192128F_ECDH_NISTP521_SHA512 "ecdh-nistp521-classic-mceliece-8192128fr4[email protected]" | ||
#define KEX_HQC_128_ECDH_NISTP256_SHA256 "[email protected]" | ||
#define KEX_HQC_192_ECDH_NISTP384_SHA384 "[email protected]" | ||
#define KEX_HQC_256_ECDH_NISTP521_SHA512 "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,25 +62,25 @@ | |
"bike-l3-sha512," \ | ||
"[email protected]," \ | ||
"classic-mceliece-348864-sha256," \ | ||
"ecdh-nistp256-classic-mceliece-348864r3[email protected]," \ | ||
"ecdh-nistp256-classic-mceliece-348864r4[email protected]," \ | ||
"classic-mceliece-348864f-sha256," \ | ||
"ecdh-nistp256-classic-mceliece-348864fr3[email protected]," \ | ||
"ecdh-nistp256-classic-mceliece-348864fr4[email protected]," \ | ||
"classic-mceliece-460896-sha512," \ | ||
"ecdh-nistp384-classic-mceliece-460896r3[email protected]," \ | ||
"ecdh-nistp384-classic-mceliece-460896r4[email protected]," \ | ||
"classic-mceliece-460896f-sha512," \ | ||
"ecdh-nistp384-classic-mceliece-460896fr3[email protected]," \ | ||
"ecdh-nistp384-classic-mceliece-460896fr4[email protected]," \ | ||
"classic-mceliece-6688128-sha512," \ | ||
"ecdh-nistp521-classic-mceliece-6688128r3[email protected]," \ | ||
"ecdh-nistp521-classic-mceliece-6688128r4[email protected]," \ | ||
"classic-mceliece-6688128f-sha512," \ | ||
"ecdh-nistp521-classic-mceliece-6688128fr3[email protected]," \ | ||
"ecdh-nistp521-classic-mceliece-6688128fr4[email protected]," \ | ||
"classic-mceliece-6960119-sha512," \ | ||
"ecdh-nistp521-classic-mceliece-6960119r3[email protected]," \ | ||
"ecdh-nistp521-classic-mceliece-6960119r4[email protected]," \ | ||
"classic-mceliece-6960119f-sha512," \ | ||
"ecdh-nistp521-classic-mceliece-6960119fr3[email protected]," \ | ||
"ecdh-nistp521-classic-mceliece-6960119fr4[email protected]," \ | ||
"classic-mceliece-8192128-sha512," \ | ||
"ecdh-nistp521-classic-mceliece-8192128r3[email protected]," \ | ||
"ecdh-nistp521-classic-mceliece-8192128r4[email protected]," \ | ||
"classic-mceliece-8192128f-sha512," \ | ||
"ecdh-nistp521-classic-mceliece-8192128fr3[email protected]," \ | ||
"ecdh-nistp521-classic-mceliece-8192128fr4[email protected]," \ | ||
"hqc-128-sha256," \ | ||
"[email protected]," \ | ||
"hqc-192-sha384," \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,25 +35,25 @@ | |
"bike-l3-sha512", | ||
"[email protected]", | ||
"classic-mceliece-348864-sha256", | ||
"ecdh-nistp256-classic-mceliece-348864r3[email protected]", | ||
"ecdh-nistp256-classic-mceliece-348864r4[email protected]", | ||
"classic-mceliece-348864f-sha256", | ||
"ecdh-nistp256-classic-mceliece-348864fr3[email protected]", | ||
"ecdh-nistp256-classic-mceliece-348864fr4[email protected]", | ||
"classic-mceliece-460896-sha512", | ||
"ecdh-nistp384-classic-mceliece-460896r3[email protected]", | ||
"ecdh-nistp384-classic-mceliece-460896r4[email protected]", | ||
"classic-mceliece-460896f-sha512", | ||
"ecdh-nistp384-classic-mceliece-460896fr3[email protected]", | ||
"ecdh-nistp384-classic-mceliece-460896fr4[email protected]", | ||
"classic-mceliece-6688128-sha512", | ||
"ecdh-nistp521-classic-mceliece-6688128r3[email protected]", | ||
"ecdh-nistp521-classic-mceliece-6688128r4[email protected]", | ||
"classic-mceliece-6688128f-sha512", | ||
"ecdh-nistp521-classic-mceliece-6688128fr3[email protected]", | ||
"ecdh-nistp521-classic-mceliece-6688128fr4[email protected]", | ||
"classic-mceliece-6960119-sha512", | ||
"ecdh-nistp521-classic-mceliece-6960119r3[email protected]", | ||
"ecdh-nistp521-classic-mceliece-6960119r4[email protected]", | ||
"classic-mceliece-6960119f-sha512", | ||
"ecdh-nistp521-classic-mceliece-6960119fr3[email protected]", | ||
"ecdh-nistp521-classic-mceliece-6960119fr4[email protected]", | ||
"classic-mceliece-8192128-sha512", | ||
"ecdh-nistp521-classic-mceliece-8192128r3[email protected]", | ||
"ecdh-nistp521-classic-mceliece-8192128r4[email protected]", | ||
"classic-mceliece-8192128f-sha512", | ||
"ecdh-nistp521-classic-mceliece-8192128fr3[email protected]", | ||
"ecdh-nistp521-classic-mceliece-8192128fr4[email protected]", | ||
"hqc-128-sha256", | ||
"[email protected]", | ||
"hqc-192-sha384", | ||
|