Skip to content
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

Introduce a single config.h sufficient for set all user-controlled parameters #533

Closed
hanno-becker opened this issue Dec 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hanno-becker
Copy link
Contributor

At the moment, mlkem/sys/config.h is both misplaced (should not be in sys) and incomplete: There are essential configuration options, such as the value of MLKEM_K, or the choice of backends, which are not documented there.

config.h should be adjusted so it lists and extensively documented all configuration options that we expected users to change.

It should also be possible for users to register their own config.h rather than modifying the default one shipped with mlkem-native, similar to how Mbed TLS handles things.

@hanno-becker hanno-becker added the enhancement New feature or request label Dec 15, 2024
@hanno-becker
Copy link
Contributor Author

Done by #535

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant