summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecT193Field.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Binary curve perf. opts.Peter Dettman2022-12-031-14/+206
|
* Binary curve perf. opts.Peter Dettman2022-12-011-2/+21
|
* Perf. opts. in custom binary curvesPeter Dettman2022-08-041-14/+32
|
* Use intrinsics in custom binary curvesPeter Dettman2022-08-021-0/+18
|
* Factor out Unshuffle methodsPeter Dettman2022-07-181-8/+3
|
* ECC: Binary field perf. opt.Peter Dettman2020-09-211-14/+13
|
* EC updates from bc-javaPeter Dettman2019-08-011-0/+23
| | | | | | | - 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
* 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/+23
|
* Use Itoh-Tsujii inversion (with extended bases for some cases)Peter Dettman2015-08-131-0/+43
|
* Latest custom EC updates from Java APIPeter Dettman2015-06-191-0/+239