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

Namespacing: Use mlk_xxx prefix for all identifiers of global scope #756

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hanno-becker
Copy link
Contributor

This commit changes the name of all identifiers in global scope by adding a prefix mlk_. For example, check_pk becomes mlk_check_pk, and the struct poly becomes mlk_poly.

Excluded is the standard crypto_kem_xxx API, which stays as is.

@hanno-becker hanno-becker marked this pull request as draft February 6, 2025 17:05
@hanno-becker hanno-becker force-pushed the mlk_namespacing branch 4 times, most recently from 777d210 to a63c2e7 Compare February 6, 2025 19:32
This commit changes the name of all identifiers in global scope
by adding a prefix `mlk_`. For example, `check_pk` becomes `mlk_check_pk`,
and the struct `poly` becomes `mlk_poly`.

Excluded is the standard crypto_kem_xxx API, which stays as is.
mlk_mlkem is folded to mlk, affecting e.g. mlkem_debug_... which
is now mlk_debug.

Signed-off-by: Hanno Becker <[email protected]>
Also, fix up some hyperlink that got eagerly renamed.

Signed-off-by: Hanno Becker <[email protected]>
@hanno-becker hanno-becker force-pushed the mlk_namespacing branch 2 times, most recently from a49b8b0 to ac7f359 Compare February 6, 2025 19:43
It seem to be pre-installed and sufficiently recent
on all Mac system we test on, and the upgrade to a
newer version triggered by `brew install python3`
can sometimes fail.

Signed-off-by: Hanno Becker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant