Replies: 2 comments
-
I don't think we would want to split things up with this level of granularity, mostly because here the savings in code size seem quite minimal especially when compared to the additional complexity that would be brought in. For every case where some functionality is a distinct module, we have to consider everywhere else in the library if it does or does not exist. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the quick response! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks for this awesome library!
I want to compile a custom Botan library, including only one ML-KEM set parameter, e.g. ML-KEM-768. I tried to include modules with options
--minimized-build --enable-modules
. Including optionml_kem
adds all 3 parameters for ML-KEM, but I don't find any option to include just one parameter set. Is this possible to do that? Is any plans to add it soon?Thanks in advance.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions