summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/SecT233Field.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create indirection layer for intrinsics supportPeter Dettman2023-11-061-2/+3
|
* Binary curve perf. opts.Peter Dettman2022-12-031-12/+14
|
* SecT233Field perf. opts.Peter Dettman2022-12-011-33/+219
|
* Binary curve perf. opts.Peter Dettman2022-12-011-0/+15
|
* sect233r1 perf. opts.Peter Dettman2022-11-291-1/+20
|
* Perf. opts. in custom binary curvesPeter Dettman2022-08-041-14/+48
|
* Use intrinsics in custom binary curvesPeter Dettman2022-08-021-0/+18
|
* Factor out Unshuffle methodsPeter Dettman2022-07-181-8/+2
|
* ECC: Binary field perf. opt.Peter Dettman2020-09-211-15/+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
* Rework some of the ImplSquare methods in custom binary curvesPeter Dettman2019-07-311-4/+1
|
* 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/+41
|
* Use Itoh-Tsujii inversion (with extended bases for some cases)Peter Dettman2015-08-131-0/+33
|
* Latest custom EC updates from Java APIPeter Dettman2015-06-191-2/+2
|
* Add custom implementations of SEC binary curvesPeter Dettman2015-03-241-0/+243