Merge pull request #6875 from douzzer/20231016-sp-math-fix-redux

20231016-sp-math-fix-redux
This commit is contained in:
JacobBarthelmeh
2023-10-17 10:08:43 -06:00
committed by GitHub

View File

@@ -1376,6 +1376,7 @@ static int eccsi_mulmod_base_add(EccsiKey* key, const mp_int* n,
err = NOT_COMPILED_IN;
}
(void)key;
(void)n;
(void)a;
(void)res;
(void)mp;