summary refs log tree commit diff
path: root/crypto/src/math/raw/Nat.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ECC: Binary field perf. opt.Peter Dettman2020-09-211-0/+8
|
* Fixed loop count for BigInteger conversionPeter Dettman2020-09-111-6/+16
| | | | - remove length-specific variants of FromBigInteger
* 'safegcd' modular inversionPeter Dettman2020-09-041-0/+66
|
* For safe primes, use Legendre symbolPeter Dettman2020-07-301-0/+28
| | | | | - DH public key validation when 'Q' available - In particular, greatly speeds up TLS FFDHE groups
* EC updates from bc-javaPeter Dettman2020-07-041-0/+24
|
* Updates to raw math classes from bc-javaPeter Dettman2019-08-021-12/+108
|
* Accept only properly-sized BigInteger (no auto-reduction)Peter Dettman2019-07-311-0/+16
|
* Add several copy64 methodsPeter Dettman2019-07-291-0/+17
|
* Add asymmetric multiplicationPeter Dettman2018-09-141-4/+14
|
* Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-081-0/+85
|
* Cache-safety for EC lookup tablesPeter Dettman2018-04-151-0/+5
| | | | | | - 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/+1053
- Also migrate the 'raw' stuff into Math.Raw following Java build