Skip to content

Commit dc2f5f3

Browse files
authored
Merge pull request #358 from pq-code-package/namespacing
Remove CRYPTO_ALGNAME (NISTKAT test artifact)
2 parents 8399748 + c790b12 commit dc2f5f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mldsa/config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
#endif
1313

1414
#if MLDSA_MODE == 2
15-
#define CRYPTO_ALGNAME "Dilithium2"
1615
#define MLD_NAMESPACETOP MLD_44_ref
1716
#define MLD_NAMESPACE(s) MLD_44_ref_##s
1817
#elif MLDSA_MODE == 3
19-
#define CRYPTO_ALGNAME "Dilithium3"
2018
#define MLD_NAMESPACETOP MLD_65_ref
2119
#define MLD_NAMESPACE(s) MLD_65_ref_##s
2220
#elif MLDSA_MODE == 5
23-
#define CRYPTO_ALGNAME "Dilithium5"
2421
#define MLD_NAMESPACETOP MLD_87_ref
2522
#define MLD_NAMESPACE(s) MLD_87_ref_##s
2623
#endif

0 commit comments

Comments
 (0)