summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/Curve25519Field.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port of latest Curve25519 stuff from Java buildPeter Dettman2014-03-171-210/+0
|
* Use Nat methods instead of specific Nat*.*Ext methodsPeter Dettman2014-03-051-3/+37
| | | | Reduction improvements in curve25519 and secp256r1
* Remove some length-specific methods in favour of the Nat classPeter Dettman2014-03-041-17/+35
| | | | | Add more method variations to Nat Use customized reductions in various fields
* Just use shift methods from Nat class evverywherePeter Dettman2014-03-041-1/+1
|
* Refactoring in the Nat* classes and some new method variationsPeter Dettman2014-03-031-4/+3
| | | | Improved reduction in some fields
* Initial work on the Curve25519 field implementationPeter Dettman2014-02-061-0/+159