We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8399748 + c790b12 commit dc2f5f3Copy full SHA for dc2f5f3
mldsa/config.h
@@ -12,15 +12,12 @@
12
#endif
13
14
#if MLDSA_MODE == 2
15
-#define CRYPTO_ALGNAME "Dilithium2"
16
#define MLD_NAMESPACETOP MLD_44_ref
17
#define MLD_NAMESPACE(s) MLD_44_ref_##s
18
#elif MLDSA_MODE == 3
19
-#define CRYPTO_ALGNAME "Dilithium3"
20
#define MLD_NAMESPACETOP MLD_65_ref
21
#define MLD_NAMESPACE(s) MLD_65_ref_##s
22
#elif MLDSA_MODE == 5
23
-#define CRYPTO_ALGNAME "Dilithium5"
24
#define MLD_NAMESPACETOP MLD_87_ref
25
#define MLD_NAMESPACE(s) MLD_87_ref_##s
26
0 commit comments