summary refs log tree commit diff
path: root/crypto/src/math/ec/custom/sec/Curve25519Field.cs (follow)
Commit message (Expand)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
* Remove some length-specific methods in favour of the Nat classPeter Dettman2014-03-041-17/+35
* 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
* Initial work on the Curve25519 field implementationPeter Dettman2014-02-061-0/+159