pq-code-package / mlkem-native

High-assurance, high-performance ML-KEM implementation for mobile, pc, and server targets
https://pq-code-package.github.io/mlkem-native/dev/bench/
Apache License 2.0
11 stars 9 forks source link

Namespacing should be checked for both opt and no-opt implementation #372

Open mkannwischer opened 1 week ago

mkannwischer commented 1 week ago

234 refactored the build scripts and now we no longer check the namespacing for the no-opt implementations.

The namespace check should just be integrated into the test scripts, so that it gets checked whenever a binary is built. Then we can remove the explicit namespacing steps in the CI.