summary refs log tree commit diff
path: root/crypto/src/math/ec/ECCurve.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port of several interrelated things from Java build:Peter Dettman2014-01-231-1/+91
| | | | | | | | - 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-26/+210
| | | | | Add curve configuration Multipliers now live on the curve instead of points
* Use new Math.Field classes in EC curves, and avoid casting in client codePeter Dettman2014-01-221-83/+70
|
* Bring Fp field element code mostly up-to-date with Java versionPeter Dettman2014-01-211-2/+3
|
* Use Negate() to simplifyPeter Dettman2013-12-051-1/+1
|
* Initial import of old CVS repositoryPeter Dettman2013-06-281-0/+651