From 06d927c9737589ed76b516c54ee74c8e6e44702b Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 7 Feb 2017 04:06:09 +0100 Subject: Moved to a more modular generation process Curves are now generated in a loop through a func. pointer array, built from cli args. - Allows complex behavior from simple funcs - a func can "rewind" previous generation steps, if it can not succesfuly guarantee that it will generate a curve/param/point with property requested. - e.g. curve_nonzero rewinds [b, a, field] (returns -3) if the curve specified by [field, a, b] has a zero discriminant. This way, [field, a, b] can be generated/produced/input again and a curve might get constructed that will be nonzero. --- src/gp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gp.h') diff --git a/src/gp.h b/src/gp.h index f066dec..27e4726 100644 --- a/src/gp.h +++ b/src/gp.h @@ -11,4 +11,4 @@ GP;install("init_gp","v","init_gp","./gp/gp.gp.so"); */ void init_gp(void); /*End of prototype*/ -#endif //GP_H +#endif // GP_H -- cgit v1.2.3-70-g09d2