summary refs log tree commit diff
path: root/crypto/src/math/raw/Interleave.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-081-0/+71
|
* Optimized Sqrt and Trace for custom binary curvesPeter Dettman2015-12-281-0/+12
|
* Switch from lookup table to bit twiddlingPeter Dettman2015-08-131-42/+67
|
* Math.Raw support for custom binary curvesPeter Dettman2015-03-231-0/+70
- Also migrate the 'raw' stuff into Math.Raw following Java build