@@ -41,7 +41,7 @@ by `MLK_CONFIG_PARAMETER_SET`) every time.
4141```
4242
4343Note the setting `MLK_CONFIG_MULTILEVEL_WITH_SHARED` which forces the inclusion of all level-independent
44- code in the MLKEM -512 build, and the setting `MLK_CONFIG_MULTILEVEL_NO_SHARED`, which drops all
44+ code in the ML-KEM -512 build, and the setting `MLK_CONFIG_MULTILEVEL_NO_SHARED`, which drops all
4545level-independent code in the subsequent builds. Finally, `MLK_CONFIG_MONOBUILD_KEEP_SHARED_HEADERS` entails that
4646`mlkem_native.c` does not `#undefine` the `#define` clauses from level-independent files.
4747
@@ -54,23 +54,23 @@ would lead to name-clashes upon multiple use.
5454```C
5555#define MLK_CONFIG_API_NO_SUPERCOP
5656
57- /* API for MLKEM -512 */
57+ /* API for ML-KEM -512 */
5858#define MLK_CONFIG_API_PARAMETER_SET 512
5959#define MLK_CONFIG_API_NAMESPACE_PREFIX mlkem512
6060#include <mlkem_native.h>
6161#undef MLK_CONFIG_API_PARAMETER_SET
6262#undef MLK_CONFIG_API_NAMESPACE_PREFIX
6363#undef MLK_H
6464
65- /* API for MLKEM -768 */
65+ /* API for ML-KEM -768 */
6666#define MLK_CONFIG_API_PARAMETER_SET 768
6767#define MLK_CONFIG_API_NAMESPACE_PREFIX mlkem768
6868#include <mlkem_native.h>
6969#undef MLK_CONFIG_API_PARAMETER_SET
7070#undef MLK_CONFIG_API_NAMESPACE_PREFIX
7171#undef MLK_H
7272
73- /* API for MLKEM -1024 */
73+ /* API for ML-KEM -1024 */
7474#define MLK_CONFIG_API_PARAMETER_SET 1024
7575#define MLK_CONFIG_API_NAMESPACE_PREFIX mlkem1024
7676#include <mlkem_native.h>
0 commit comments