Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Dec 28, 2024
1 parent 8848a0f commit 78860b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bn/relic_bn_rec.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,8 @@ void bn_rec_glv(bn_t k0, bn_t k1, const bn_t k, const bn_t n, const bn_st *v1,
}
}

void bn_rec_sac(int8_t *b, size_t *len, const bn_t *k, size_t c, size_t m, size_t n) {
void bn_rec_sac(int8_t *b, size_t *len, const bn_t *k, size_t c, size_t m,
size_t n) {
/* Assume k0 is the sign-aligner. */
bn_t *t = RLC_ALLOCA(bn_t, m);
size_t l = RLC_CEIL(n, c * m) + 1;
Expand Down

0 comments on commit 78860b3

Please sign in to comment.