Replies: 4 comments 3 replies
-
Would you mind also submitting a patch to OpenSSL? |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, @baentsch, for your insights and quick response. We've got some coding ahead of us now! 😊 |
Beta Was this translation helpful? Give feedback.
-
Thanks Marcel for the proposal. Yes, this plan looks good from the OQS front. It sounds like a valuable contribution to our project and would also be valuable to others, such as OpenSSL. |
Beta Was this translation helpful? Give feedback.
-
Closing discussion as this was merged in PR #2167. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
We (@tkanteck and I) would like to propose adding new low-level implementations of the SHA3 and SHAKE algorithms to the liboqs library, utilizing AVX512VL extensions. These implementations aim to leverage AVX512 extensions to achieve up to 50% performance improvement compared to the current AVX2 implementation.
Integration Plan
Implementation:
Initial Testing Results
Initial testing of the single buffer implementation shows a 35-50% improvement in performance depending on buffer size compared to the existing AVX2 implementation.
Request for Feedback
We would appreciate feedback on the following:
Thank you for considering our proposal. We look forward to your feedback!
Beta Was this translation helpful? Give feedback.
All reactions