From 7ae0d913d7bbfb286aaa9a5c9984e9bd7eb81df2 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 16 Feb 2017 21:31:50 +0100 Subject: Optimized invalid curve generation, added optional args to gen_t - Optimized invalid curve generation - Invalid curve generation for secp256r1 now takes around 90minutes instead of 5hours as before - Optimized prime point generation(if only some small prime order points are needed -> points_primet) - Added a_once and b_once that prompt for parameter input and then set the input parameter repeatedly - Added optional args to gen_t functions - Integer input now ignores whitespace and doesnt errorneously prompt stdout when reading from file - Specified C standard(C11) + feature macros in code. --- 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