Skip to content
Snippets Groups Projects
Commit 528b5196 authored by Weiqi's avatar Weiqi
Browse files

update group

parent 07fafae9
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ typedef gt_t gt;
void generator(g x);
void negate(g nx, g x);
void multiply(g r, g x, zp y);
void exponentiation(gt r, gt x, zp y);
......
......@@ -4,10 +4,6 @@ void generator(ep_st *x) {
g1_get_gen(x);
}
void negate(ep_st *nx, ep_st *x) {
g1_neg(nx, x);
}
void multiply(ep_st *r, ep_st *x, dig_t *y) {
bn_t new_y;
fp_prime_back(new_y, y);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment