summary refs log tree commit diff
path: root/crypto/test/src/math (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimized Sqrt and Trace for custom binary curvesPeter Dettman2015-12-281-0/+13
* Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCLPeter Dettman2015-11-092-0/+4
* Port PrimesTest from JavaPeter Dettman2015-10-292-0/+180
* Avoid duplicate testsPeter Dettman2015-10-291-3/+3
* Mark expensive tests with ExplicitAttribute and add faster alternativesPeter Dettman2015-10-281-36/+62
* Add consistency checks with custom curves and regularPeter Dettman2015-08-141-6/+45
* F2mCurve cleanupPeter Dettman2015-03-261-1/+1
* Only test each named curve oncePeter Dettman2015-03-241-1/+3
* Port of TlsTestSuite from Java, and misc. TLS codePeter Dettman2015-03-092-23/+21
* Add automatic EC point validation for decoded points and for multiplier outputsPeter Dettman2014-07-231-31/+2
* Reduce the number of test casesPeter Dettman2014-07-211-1/+1
* Asterisk the default coordinates for each curvePeter Dettman2014-07-021-3/+5
* Port ECAlgorithmsTest from JavaPeter Dettman2014-07-013-5/+157
* Port of latest Curve25519 stuff from Java buildPeter Dettman2014-03-172-5/+24
* Change primary measurement to multiplication rate using fixed-duration roundsPeter Dettman2014-03-141-24/+47
* Weight the performance test more towards random pointsPeter Dettman2014-03-121-3/+9
* Adapt performance test to exclude outliers form averagePeter Dettman2014-03-101-15/+32
* Fix infinite loop issue when there is no sqrtPeter Dettman2014-03-041-0/+25
* Check a few more points in the encoding testPeter Dettman2014-02-251-1/+7
* Use GetEncoded(boolean) instead of deprecated constructorPeter Dettman2014-02-091-7/+3
* Add order/cofactor to the small test curvesPeter Dettman2014-02-061-10/+18
* Increase number of roundsPeter Dettman2014-01-261-3/+2
* Change F2m test curve to match Java version more clearlyPeter Dettman2014-01-251-18/+14
* FormattingPeter Dettman2014-01-241-8/+4
* Some more EC point normalizationPeter Dettman2014-01-241-1/+1
* Run point test on all supported coordinate systemsPeter Dettman2014-01-241-13/+36
* Implementation of homogeneous coordinates for FpPeter Dettman2014-01-242-76/+99
* Rewrite some tests to avoid (obsoleted) explicit field element constructionPeter Dettman2014-01-231-4/+2
* FormattingPeter Dettman2014-01-231-987/+987
* Add foundations for supporting other coordinate systemsPeter Dettman2014-01-222-12/+34
* Use new Math.Field classes in EC curves, and avoid casting in client codePeter Dettman2014-01-221-13/+2
* Implement TwicePlus optimization in Fp curvesPeter Dettman2014-01-221-0/+19
* Bring EC performance test up-to-date with Java versionPeter Dettman2014-01-211-53/+109
* Use ECCurve.CreatePointPeter Dettman2014-01-211-430/+428
* Initial import of old CVS repositoryPeter Dettman2013-06-287-0/+1985