summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nist.c
AgeCommit message (Collapse)Author
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller
2001-03-07Some actual method functions (not enough yet to use the EC library, though),Bodo Möller
including EC arithmetics derived from Lenka Fibikova's code (with some additional optimizations).
2001-03-07..._init functions are method-specific tooBodo Möller
(they can't do much useful, but they will have to set pointers to NULL)
2001-03-07Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller
2001-03-07The next bunch of vaporware.Bodo Möller
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller
Initial EC_GROUP_new_curve_GFp implementation.
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller