Commit Graph

8 Commits

Author SHA1 Message Date
Greg Fitzgerald caa9a846ed Boot sha2-asm
Stick with pure Rust until someone can write a benchmark that
demonstrates that sha2-asm adds value. If we go with a GPU
implementation first, we may never need to do that.
2018-03-19 16:42:30 -06:00
Greg Fitzgerald 0297edaf1f Use sha256 hashes instead of Rust's builtin hasher.
Causes a 20x performance degradation. Enabling asm did not
speed things up.
2018-02-19 16:23:53 -07:00
Greg Fitzgerald 799e7a8a56 Try running kcov within docker 2018-02-16 08:55:25 -07:00
Greg Fitzgerald 1d359924a9 Disable cargo cache
Hoping this will fix kcov
2018-02-15 19:12:25 -07:00
Greg Fitzgerald 615517ac58 Another attempt to fix coverage reporting on Travis 2018-02-15 18:01:49 -07:00
Greg Fitzgerald 046271a657 First attempt at lighting up code coverage 2018-02-15 17:47:34 -07:00
Greg Fitzgerald 306619c2a9 Upgrade dependencies
* This patch assumes Travis is already pointing 'stable' to 1.24
2018-02-15 15:26:52 -07:00
Greg Fitzgerald 31d79727b6 Parallelize verification 2018-02-14 15:23:13 -07:00