-
Notifications
You must be signed in to change notification settings - Fork 107
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: implement changes from FIP 205 Initial Public Draft -> FIPS 205 Final #844
Conversation
AFAICT there are no published KATs for the full end-to-end signature (with a context string). I'm not too worried about that, it's a very simple spec change. I'm going to hold off on the pre-hash |
@tarcieri This is ready for review. I'll open a new issue for supporting the pre-hash variant, but now at least the normal variant that 99% of users need matches the final spec. |
You can use the See this for an example: https://docs.rs/rsa/latest/rsa/pkcs1v15/struct.SigningKey.html |
Updated test vectors are available here: |
Thanks! Saves me from having to implement the consts myself... I started working on the Oid/DigestSigner feature but have to go through and update various things to the newest pre-release versions to match the pre-release |
Yep, already incorporated! |
Addresses #843
*_internal
functions specified in the new standardDigestSigner
)