summary refs log tree commit diff
path: root/crypto/src/math/raw/Nat448.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make classes staticPeter Dettman2023-01-091-1/+1
|
* Binary curve perf. opts.Peter Dettman2022-12-031-0/+17
|
* Refactoring in Math.EC.Rfc8032Peter Dettman2022-11-271-1/+1
|
* Refactoring in Math.EC.Rfc8032Peter Dettman2022-11-261-1/+44
|
* Add Nat448 KaratsubaPeter Dettman2021-02-111-0/+38
|
* Fixed loop count for BigInteger conversionPeter Dettman2020-09-111-15/+0
| | | | - remove length-specific variants of FromBigInteger
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+11
| | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+100
- Also migrate the 'raw' stuff into Math.Raw following Java build