summary refs log tree commit diff
path: root/crypto/src/math/raw/Interleave.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create indirection layer for intrinsics supportPeter Dettman2023-11-061-16/+16
* Refactoring in Math.RawPeter Dettman2023-05-101-11/+75
* Make classes staticPeter Dettman2023-01-091-1/+1
* Intrinsics for shufflesPeter Dettman2022-11-201-0/+44
* Refactoring in Pqc.Crypto.CmcePeter Dettman2022-11-121-13/+27
* Account for zOff correctlyPeter Dettman2022-10-201-1/+1
* Span usage in Math.RawPeter Dettman2022-10-071-8/+37
* FormattingPeter Dettman2022-07-241-1/+1
* Small GCM squaring perf. opts.Peter Dettman2022-07-191-6/+5
* More precise preprocessor directivesPeter Dettman2022-07-191-7/+7
* Use intrinsics in several placesPeter Dettman2022-07-191-0/+55
* Factor out Unshuffle methodsPeter Dettman2022-07-181-0/+15
* LongArray cleanup and refactoringPeter Dettman2022-07-181-41/+11
* Add Bits and Longs classes from bc-javaPeter Dettman2020-10-181-59/+42
* ECC: Binary field perf. opt.Peter Dettman2020-09-211-0/+17
* 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