summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h
AgeCommit message (Expand)Author
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-08Implement EC_GFp_mont_method.Bodo Möller
2001-03-08More method functions for elliptic curves,Bodo Möller
2001-03-08More 'TODO' items.Bodo Möller
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller
2001-03-07More method functions.Bodo Möller
2001-03-07Some actual method functions (not enough yet to use the EC library, though),Bodo Möller
2001-03-07..._init functions are method-specific tooBodo Möller
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-07extra_data 'mixin'.Bodo Möller
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller
2001-03-06Add a few 'const'sBodo Möller
2001-03-06'is_at_infinity' tests don't need a BN_CTX.Bodo Möller
2001-03-06New function declarations.Bodo Möller
2001-03-06Add BN_CTX arguments where appropriate.Bodo Möller
2001-03-05Change comments.Bodo Möller
2001-03-05Some declarations that outline what I intend to implement.Bodo Möller
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller