diff options
Diffstat (limited to 'pyecsca/codegen')
| -rw-r--r-- | pyecsca/codegen/bn/bn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/codegen/bn/bn.c b/pyecsca/codegen/bn/bn.c index 8805b69..d7a44b6 100644 --- a/pyecsca/codegen/bn/bn.c +++ b/pyecsca/codegen/bn/bn.c @@ -806,7 +806,7 @@ int32_t bn_booth_word(int32_t digit, int32_t w) { } } -booth_t *bn_booth(const bn_t *bn, int w, size_t bits) { +booth_t *bn_booth(const bn_t *bn, int32_t w, size_t bits) { if (w >= 30) { return NULL; } |
