summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecP521R1Point.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove per-ECPoint compressionPeter Dettman2022-06-211-41/+7
|
* Small performance optimization for important curvesPeter Dettman2022-02-051-24/+26
|
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+2
| | | | - Also migrate the 'raw' stuff into Math.Raw following Java build
* Add automatic EC point validation for decoded points and for multiplier outputsPeter Dettman2014-07-231-14/+1
|
* Optimize some of the addition/doubling internalsPeter Dettman2014-03-101-2/+2
|
* Minor optimization for secp521r1 point doublingPeter Dettman2014-02-021-5/+4
|
* Add custom curve for secp521r1 (P-521)Peter Dettman2014-02-011-0/+287