summary refs log tree commit diff
path: root/crypto/src/math/ec/rfc7748/X25519.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace MethodImpl with lockPeter Dettman2018-10-091-39/+41
* RFC 7748: Exclude all-zeroes agreement valuePeter Dettman2018-10-061-0/+8
* RFC 7748: Export size constants for scalars, pointsPeter Dettman2018-09-141-0/+3
* Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-081-2/+2
* Remove debugging codePeter Dettman2018-04-171-12/+0
* Add X25519 and X448 from RFC 7748Peter Dettman2018-04-171-0/+249