summary refs log tree commit diff
path: root/crypto/src/math/ec/ECPoint.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement homogeneous and lambda-projective coordinate systems in F2m curvesPeter Dettman2014-01-251-53/+375
|
* Implementation of homogeneous coordinates for FpPeter Dettman2014-01-241-136/+474
| | | | | Various changes to point methods to deal with non-affine points Changes in client code and tests to apply point normalization
* Port of several interrelated things from Java build:Peter Dettman2014-01-231-102/+250
| | | | | | | | - Z coordinates for points - More point normalization code - Curve management of point precomp info - Add WNafUtilities and use in multipliers/ECAlgorithms - Make various fields/classes protected/public
* Add foundations for supporting other coordinate systemsPeter Dettman2014-01-221-59/+16
| | | | | Add curve configuration Multipliers now live on the curve instead of points
* Implement TwicePlus optimization in Fp curvesPeter Dettman2014-01-221-44/+167
|
* Fix Equals methodsPeter Dettman2014-01-211-14/+21
|
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+572