diff options
author | Jack Lloyd <[email protected]> | 2018-12-05 11:22:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-05 11:22:40 -0500 |
commit | 7df693d6208fd499fea5d6748a7fff377851a3ce (patch) | |
tree | 383360a0c1011ea25364082245673efff6dac57b /src/lib/math/mp | |
parent | 29ca218961972caa8dd2d9f48a1fe4bc9e429109 (diff) |
Fix Doxygen errors [ci skip]
Diffstat (limited to 'src/lib/math/mp')
-rw-r--r-- | src/lib/math/mp/mp_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/math/mp/mp_core.h b/src/lib/math/mp/mp_core.h index 4c08a0a23..f586285bd 100644 --- a/src/lib/math/mp/mp_core.h +++ b/src/lib/math/mp/mp_core.h @@ -663,7 +663,6 @@ bigint_ct_is_eq(const word x[], size_t x_size, * @param x_size length of x * @param y input param * @param y_size length of y -* @param ws array of at least 2*max(x_size,y_size) words */ inline int32_t bigint_sub_abs(word z[], |