Skip to content

Commit

Permalink
Adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed May 8, 2024
1 parent a0472df commit 78d06c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/low/easy/relic_bn_mul_low.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void bn_muln_low(dig_t *c, const dig_t *a, const dig_t *b, size_t size) {
}
}

void bn_muld_low(dig_t *c, const dig_t *a, int sa, const dig_t *b, int sb,
void bn_muld_low(dig_t *c, const dig_t *a, size_t sa, const dig_t *b, size_t sb,
uint_t l, uint_t h) {
int i, j, ta;
const dig_t *tmpa, *tmpb;
Expand Down

0 comments on commit 78d06c3

Please sign in to comment.