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

Add support for library build #516

Open
2 of 4 tasks
hanno-becker opened this issue Dec 12, 2024 · 1 comment
Open
2 of 4 tasks

Add support for library build #516

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

Comments

@hanno-becker
Copy link
Contributor

hanno-becker commented Dec 12, 2024

  • Add a make lib build target, establishing libraries libmlkem.a (for all security levels) and libmlkem{512,768,1024}.a (for specific security levels). Each should include the FIPS-202 functionality. (Note: This means that libmlkem.a can not be obtained by linking together libmlkem{512,768,1024}.a -- which does not matter).
  • Consider if it is possible to remove all symbols from libmlkemXXX.a apart from the top-level KEM API, which is what we want to expose and support (for now).
  • Add test which builds an executable based on libmlkemXXX.a. This can either just replace the existing default test, or be a separate one.
  • Extend README accordingly
@hanno-becker hanno-becker added the enhancement New feature or request label Dec 12, 2024
@hanno-becker
Copy link
Contributor Author

@potsrevennil I think this should be pretty easy after your work #457 -- can you do this? In my mind, this should take high priority. @mkannwischer What are your thoughts?

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

2 participants