Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/monolithic_build_multilevel_native/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <string.h>

#include "mldsa_native_all.c"
#define MLD_CONFIG_API_CONSTANTS_ONLY
#define MLD_CONFIG_CONSTANTS_ONLY
#include <mldsa_native.h>
#include "expected_test_vectors_multilevel.h"
#include "test_only_rng/notrandombytes.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/monolithic_build_native/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int main(void)
int r = 0;

printf("ML-DSA-%d monolithic_build_native Example\n",
MLD_CONFIG_API_PARAMETER_SET);
MLD_CONFIG_PARAMETER_SET);
printf("======================\n\n");

printf("Message: %s\n", TEST_VECTOR_MSG);
Expand Down
7 changes: 1 addition & 6 deletions mldsa/mldsa_native.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,10 @@
#undef MLD_API_CONCAT
#undef MLD_API_CONCAT_
#undef MLD_API_CONCAT_UNDERSCORE
#undef MLD_API_LEGACY_CONFIG
#undef MLD_API_MUST_CHECK_RETURN_VALUE
#undef MLD_API_NAMESPACE
#undef MLD_API_NAMESPACE_PREFIX
#undef MLD_API_QUALIFIER
#undef MLD_CONFIG_API_CONSTANTS_ONLY
#undef MLD_CONFIG_API_NAMESPACE_PREFIX
#undef MLD_CONFIG_API_NO_SUPERCOP
#undef MLD_CONFIG_API_PARAMETER_SET
#undef MLD_CONFIG_API_QUALIFIER
#undef MLD_DOMAIN_SEPARATION_MAX_BYTES
#undef MLD_ERR_FAIL
#undef MLD_ERR_OUT_OF_MEMORY
Expand Down
Loading
Loading