-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit applies the changes from SPHINCS+ Round 3.1 to SLH-DSA (FIPS 205). The documentation is updated accordingly.
- Loading branch information
1 parent
ed74c95
commit 74b0e5e
Showing
35 changed files
with
800 additions
and
316 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
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 |
---|---|---|
|
@@ -163,7 +163,7 @@ snail-mail address (S), and Bitcoin address (B). | |
N: René Meusel | ||
E: [email protected] | ||
W: https://www.rohde-schwarz.com/cybersecurity | ||
D: CI, TLS 1.3, Kyber, Dilithium, SPHINCS+, FrodoKEM | ||
D: CI, TLS 1.3, Kyber, Dilithium, SLH-DSA, FrodoKEM | ||
S: Berlin, Germany | ||
|
||
N: Philippe Lieser | ||
|
@@ -175,5 +175,5 @@ snail-mail address (S), and Bitcoin address (B). | |
N: Fabian Albert | ||
E: [email protected] | ||
W: https://www.rohde-schwarz.com/cybersecurity | ||
D: SPHINCS+, HSS/LMS | ||
D: SLH-DSA, HSS/LMS | ||
S: Bochum, Germany |
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<defines> | ||
SLH_DSA_WITH_SHA2 -> 20240806 | ||
</defines> | ||
|
||
<module_info> | ||
name -> "SLH-DSA (SHA-256)" | ||
</module_info> | ||
|
||
<requires> | ||
sphincsplus_sha2_base | ||
</requires> |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<defines> | ||
SLH_DSA_WITH_SHAKE -> 20240808 | ||
</defines> | ||
|
||
<module_info> | ||
name -> "SLH-DSA (SHAKE)" | ||
</module_info> | ||
|
||
<requires> | ||
sphincsplus_shake_base | ||
</requires> |
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
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
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
Oops, something went wrong.