Add SLH-DSA to Rust wrapper - #11311
Conversation
Signed-off-by: Chaitanya Munukutla <chaitanya.m61292@gmail.com>
|
Can one of the admins verify this patch? |
|
Hi @c16a, thank you for your contribution! Can you tell us more about your project and if you plan to submit any additional PR's? We do require a signed contributor agreement to accept third-party code. See https://github.com/wolfSSL/wolfssh/blob/master/CONTRIBUTING.md for details on setting that up. |
|
Hey @dgarske, I'm working on Arx, an opensource software security module (with plans of eventually turning it into a HSM installation). I'm exploring the option of using wolfCrypto as the underlying crypto provider and I've noticed that some Rust wrappers are missing in the PQ implementations, and I wanted to contribute them upstream. Yes, I do plan to contribute any Arx-related wolfCrypto improvements to the wolfSSL mainline if they seem appropriate for general purpose. I'm working on the contributor agreement while this gets reviewed. |
Description
This pull request adds Rust wrappers for SLH-DSA
Testing
Added tests in Rust wrapper
Checklist