Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Apr 29, 2024
1 parent 4161d99 commit 8d9f2aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cp/relic_cp_pcdel.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,6 @@ int cp_amprd_gen(bn_t *ls, g2_t *rs, bn_t c, bn_t r, bn_t d, g1_t u, g2_t v,
bn_t x, gt_t e, size_t m) {
bn_t n;
int result = RLC_OK;
g2_t t[RLC_G2_TABLE];
bn_t k, n, l[2];
fp2_t s;

bn_null(n);

Expand Down

0 comments on commit 8d9f2aa

Please sign in to comment.