From 78860b332022f84fd35d0df77283eae21f6ee3ec Mon Sep 17 00:00:00 2001 From: "Diego F. Aranha" Date: Sat, 28 Dec 2024 20:36:35 +0100 Subject: [PATCH] Formatting. --- src/bn/relic_bn_rec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bn/relic_bn_rec.c b/src/bn/relic_bn_rec.c index 0e05cae33..9a796436b 100644 --- a/src/bn/relic_bn_rec.c +++ b/src/bn/relic_bn_rec.c @@ -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;