File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 5454/* Functions are prefixed by MLD_CONFIG_NAMESPACE_PREFIX.
5555 *
5656 * Example: If MLD_CONFIG_NAMESPACE_PREFIX is PQCP_MLDSA_NATIVE_MLDSA44, then
57- * MLD_NAMESPACE(poly_reduce ) becomes PQCP_MLDSA_NATIVE_MLDSA44_poly_reduce .
57+ * MLD_NAMESPACE(sign ) becomes PQCP_MLDSA_NATIVE_MLDSA44_sign .
5858 */
5959#define MLD_NAMESPACE (s ) MLD_CONCAT(MLD_NAMESPACE_PREFIX, s)
60-
61- /* For backward compatibility, define MLD_NAMESPACETOP using the new system */
6260#define MLD_NAMESPACETOP MLD_CONFIG_NAMESPACE_PREFIX
6361
6462#if defined(MLD_CONFIG_USE_NATIVE_BACKEND_ARITH )
Original file line number Diff line number Diff line change 5050#define MLD_CONFIG_NAMESPACE_PREFIX MLD_DEFAULT_NAMESPACE_PREFIX
5151#endif
5252
53-
54-
5553/******************************************************************************
5654 * Name: MLD_CONFIG_FILE
5755 *
You can’t perform that action at this time.
0 commit comments