Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLH-DSA #3

Open
loganaden opened this issue Dec 22, 2024 · 4 comments
Open

SLH-DSA #3

loganaden opened this issue Dec 22, 2024 · 4 comments

Comments

@loganaden
Copy link

Hi All,

I went through the draft. Are there any reasons to include only ML-DSA ?

Are you guys interested in supporting other options like SLH-DSA ?
I would like to quote this from trails of bits:

"
Previously known as SPHINCS+, SLH-DSA is a highly conservative quantum-resistant signature scheme. Unlike standards that rely on the hardness of lattice problems, such as ML-DSA (Dilithium), SLH-DSA depends on the security of SHA2 or SHA3, which have been extensively studied and are confidently considered secure against both classical and quantum attacks. While experts believe ML-DSA is secure, its resistance to quantum attackers is more difficult to analyze and could someday weaken with increasingly advanced attacks. In addition, unlike stateful hash-based schemes like LMS, SLH-DSA can safely function as a drop-in replacement for existing signature schemes such as ECDSA, EdDSA, and RSA-PSS.
"

I can send a PR for SLH-DSA assuming there is interest in having cryptographic agility ?

@msporny
Copy link
Collaborator

msporny commented Feb 2, 2025

Yes, we are interested in adding SLH-DSA; it's fairly trivial to do, we just need to write the spec text for it.

@loganaden
Copy link
Author

@msporny working on it.

@msporny
Copy link
Collaborator

msporny commented Feb 2, 2025

@loganaden if you want to raise a PR on the spec to add it, just copy this entire section, rename the algorithm identifier:

https://w3c-ccg.github.io/di-quantum-safe/#experimental-mldsa44-2024

and replace the MLDSA references with SLH-DSA references to start. We can go from there to fix issues/bugs.

@loganaden
Copy link
Author

got it. working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants