diff options
Diffstat (limited to 'test/src/gen/test_gens.c')
| -rw-r--r-- | test/src/gen/test_gens.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/gen/test_gens.c b/test/src/gen/test_gens.c index 2092aed..49f82e2 100644 --- a/test/src/gen/test_gens.c +++ b/test/src/gen/test_gens.c @@ -15,7 +15,7 @@ Test(gens, test_gens_gen_any) { .a = mkintmodu(3, 19), .b = mkintmodu(5, 19), .curve = ellinit(mkvec2(stoi(3), stoi(5)), stoi(19), 0), - .order = stoi(16)}; + .order = stoi(26)}; pari_sp to = avma; int ret = gens_gen_any(&curve, NULL, OFFSET_GENERATORS); @@ -45,7 +45,7 @@ Test(gens, test_gens_gen_one) { .a = mkintmodu(3, 19), .b = mkintmodu(5, 19), .curve = ellinit(mkvec2(stoi(3), stoi(5)), stoi(19), 0), - .order = stoi(16)}; + .order = stoi(26)}; pari_sp to = avma; int ret = gens_gen_one(&curve, NULL, OFFSET_GENERATORS); |
