summary refs log tree commit diff
path: root/crypto/src/math/ec/ECPoint.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. cleanup after bc-fips-csharp updatesPeter Dettman2023-01-271-5/+1
|
* Make field readonlyPeter Dettman2023-01-031-1/+1
|
* Complete SecureRandom refactoringPeter Dettman2022-10-231-6/+1
|
* Support encoding without allocationPeter Dettman2022-10-021-0/+71
|
* Generics migration in Crmf, Crypto, MathPeter Dettman2022-06-281-3/+2
|
* Remove per-ECPoint compressionPeter Dettman2022-06-211-101/+68
|
* ObsoleteAttribute cleanupPeter Dettman2022-06-211-27/+0
|
* SpellingPeter Dettman2020-07-171-2/+2
|
* Blind the inversion when normalizingPeter Dettman2020-07-041-6/+24
| | | | | - see the paper "Yet another GCD based inversion side-channel affecting ECC implementations" by Nir Drucker and Shay Gueron.
* Add experimental support for GLV Type A endomorphismsPeter Dettman2019-08-021-0/+24
|
* EC updates from bc-javaPeter Dettman2019-08-011-14/+24
| | | | | | | - use half-trace when possible (odd m) for decompression/validation - provide field-specific half-trace methods for custom curves - clarify the logic of point-order testing for binary curves - expand test cases for invalid points
* EC-related updates from bc-javaPeter Dettman2018-07-101-54/+116
|
* F2m changes in preparation for custom binary curvesPeter Dettman2015-03-231-166/+141
|
* Check point against cofactor after decompressionPeter Dettman2014-07-251-5/+7
|
* Add automatic EC point validation for decoded points and for multiplier outputsPeter Dettman2014-07-231-19/+185
|
* Port of latest Curve25519 stuff from Java buildPeter Dettman2014-03-171-2/+2
|
* Add ScaleX, ScaleY methods to ECPointPeter Dettman2014-03-131-0/+74
|
* Index precomputation info by namePeter Dettman2014-02-071-1/+2
|
* For repeated doublings, use jacobian-modified coordinates internally ↵Peter Dettman2014-02-041-1/+83
| | | | irrespective of curve coordinates
* Add support for delayed modular reductionPeter Dettman2014-02-011-34/+32
|
* Several optimizations and make notes of possible delayed reductionsPeter Dettman2014-01-281-17/+28
|
* RefactoringPeter Dettman2014-01-281-2/+1
|
* Fix and re-enable twicePlus for lambda-projective coordinatesPeter Dettman2014-01-281-59/+73
|
* Port point-detaching stuff from JavaPeter Dettman2014-01-281-0/+17
|
* Port of latest EC multipliers from JavaPeter Dettman2014-01-271-12/+2
|
* Fix coord access in Negate()Peter Dettman2014-01-261-36/+8
| | | | Reformatting
* Port of jacobian/-modified coordinates from JavaPeter Dettman2014-01-261-17/+289
| | | | Make jacobian-modified the default coordinates for Fp
* Port latest Java fixes for lambda-projective and make it the default for F2mPeter Dettman2014-01-251-59/+83
|
* 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