summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecT283Field.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Binary curve perf. opts.Peter Dettman2022-12-031-22/+304
|
* Binary curve perf. opts.Peter Dettman2022-12-011-2/+23
|
* Perf. opts. in custom binary curvesPeter Dettman2022-08-041-14/+50
|
* Use intrinsics in custom binary curvesPeter Dettman2022-08-021-0/+18
|
* Factor out Unshuffle methodsPeter Dettman2022-07-181-12/+3
|
* ECC: Binary field perf. opt.Peter Dettman2020-09-211-20/+18
|
* EC updates from bc-javaPeter Dettman2019-08-011-0/+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
* Rework some of the ImplSquare methods in custom binary curvesPeter Dettman2019-07-311-4/+4
|
* Accept only properly-sized BigInteger (no auto-reduction)Peter Dettman2019-07-311-3/+1
|
* Optimized Sqrt and Trace for custom binary curvesPeter Dettman2015-12-281-0/+32
|
* Use Itoh-Tsujii inversion (with extended bases for some cases)Peter Dettman2015-08-131-0/+35
|
* Latest custom EC updates from Java APIPeter Dettman2015-06-191-2/+2
|
* Add custom implementations of SEC binary curvesPeter Dettman2015-03-241-0/+335