Skip to content

Commit

Permalink
remove unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
geovandro committed Jun 19, 2021
1 parent e47de30 commit 1c45687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compression/dlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int ord2w_dlog(const felm_t *r, const int *logT, const felm_t *Texp)
}
return 0;
}
#include <stdio.h>

// Input: h =[x,y] = rho^D in G_{ell=2,w} generated by rho, i.e., |h| <= 2^w
// Output: The signed digit D in {-ell^(w-1), ..., ell^(w-1)}
int ord2w_dloghyb(const felm_t *h, const int *logT, const felm_t *Texp, const felm_t *G)
Expand Down

0 comments on commit 1c45687

Please sign in to comment.