summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_mult.c
AgeCommit message (Expand)Author
2003-02-07commentBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-05-05improve wNAF generationBodo Möller
2002-04-14remove disabled codeBodo Möller
2002-02-20bugfix: allocate sufficiently large bufferBodo Möller
2002-01-26Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> thatRichard Levitte
2001-11-22commentBodo Möller
2001-11-16avoid stupid compiler warningBodo Möller
2001-11-16commentBodo Möller
2001-11-15comments etc.Bodo Möller
2001-11-15Improve EC efficiency.Bodo Möller
2001-07-10comment changeBodo Möller
2001-07-10Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller
2001-04-03Fix warnings.Bodo Möller
2001-03-20Increase boundaries in EC_window_bits_for_scalar_size table.Bodo Möller
2001-03-19Table for window sizes.Bodo Möller
2001-03-12Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller
2001-03-11Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller
2001-03-11handle negative scalars correctly when doing point multiplicationBodo Möller
2001-03-10comment and error code updateBodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo 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