aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_mult.c
Commit message (Expand)AuthorAgeFilesLines
* comment changeBodo Möller2001-07-101-3/+3
* Precomputation will not necessarily be LIm-Lee precomputation.Bodo Möller2001-07-101-1/+1
* Fix warnings.Bodo Möller2001-04-031-3/+3
* Increase boundaries in EC_window_bits_for_scalar_size table.Bodo Möller2001-03-201-14/+17
* Table for window sizes.Bodo Möller2001-03-191-6/+77
* Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,Bodo Möller2001-03-121-3/+3
* Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller2001-03-111-3/+59
* handle negative scalars correctly when doing point multiplicationBodo Möller2001-03-111-0/+8
* comment and error code updateBodo Möller2001-03-101-2/+2
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-1/+233
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-2/+0
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+59