Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Fackler 0efdad4d69 Prepare for adding mock cryptography for testing.
* Add a feature flag (that doesn't do anything yet).
* Give `clear_fr` a stronger type to prevent mistakes and ensure the
  right amount of memory gets cleared.
* Re-export the engine and related types from `lib.rs`.
2018-10-08 15:56:58 +02:00
Andreas Fackler bc04ea51e4 Fix formatting and warnings, re-enable other benches. 2018-09-27 10:27:51 +02:00
Fletcher Haynes 4b1e6eecb7 Add benchmark for combining signatures 2018-09-27 10:27:51 +02:00
Fletcher Haynes e0c488a214 Adds a few more benchmarks for poly operators. Changed benchmarks to use a seeded rng for reproducibility. 2018-09-19 08:52:00 +02:00
DrPeterVanNostrand 72d1c607f8 Added 'try_' constructors to secret types. 2018-09-04 15:10:20 +00:00
Andreas Fackler 02109b586e Benchmark polynomials of different degrees. 2018-08-30 14:35:23 +02:00
DrPeterVanNostrand d783f2756e Added benchmarks for polynomial multiplication and interpolation. 2018-08-30 09:47:05 +02:00