Skip to content

Commit a143e5a

Browse files
committed
Remove printing artifact.
1 parent efcc66d commit a143e5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ep/relic_ep_mul_sim.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,6 @@ void ep_mul_sim_lot(ep_t r, ep_t p[], const bn_t k[], int n) {
812812
}
813813
for (j = 0; j < 2; j++) {
814814
_l[j] = len;
815-
bn_print(_k[j]);
816815
bn_rec_naf(&naf[(2*i + j)*len], &_l[j], _k[j], 2);
817816
if (bn_sign(_k[j]) == RLC_NEG) {
818817
ep_neg(_p[2*i + j], _p[2*i + j]);

0 commit comments

Comments
 (0)