Replies: 3 comments 3 replies
-
Would you mind also submitting a patch to OpenSSL? |
Beta Was this translation helpful? Give feedback.
2 replies
-
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.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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