summary refs log tree commit diff
path: root/crypto/src/math/ec/ECAlgorithms.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide SumOfMultiplies as an arbitrary-length generalization of ↵Peter Dettman2014-02-091-0/+91
| | | | SumOfTwoMultiplies
* Fix casts to satisfy .NET 1.1Peter Dettman2014-02-071-2/+2
|
* Use parallel wNAF for sumOfTwoMultipliesPeter Dettman2014-02-071-4/+69
|
* Port of several interrelated things from Java build:Peter Dettman2014-01-231-23/+27
| | | | | | | | - 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
* Use ImportPoint to make sure points are on same curvePeter Dettman2014-01-231-15/+49
| | | | Add MontgomeryTrick method
* Use new Math.Field classes in EC curves, and avoid casting in client codePeter Dettman2014-01-221-79/+91
|
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+93