Commit Graph

9 Commits

Author SHA1 Message Date
Jack Grigg 2bfc715828 bls12_381: Remove unnecessary clones
The structs in question all implement Copy.
2020-01-14 21:08:34 -05:00
Jack Grigg 911d248b86 bls12_381: Remove unnecessary unit return values 2020-01-14 21:06:10 -05:00
Jack Grigg f99ab768dc bls12_381: Remove unnecessary references 2020-01-14 21:03:39 -05:00
Jack Grigg 687fff5ecf bls12_381: Fix ambiguous operation clippy warnings 2020-01-14 20:59:25 -05:00
Jack Grigg e15fea2757 bls12_381: Silence clippy::eq_op in tests that trigger it
The tests are explicitly checking that the operator implementations work
correctly for equal LHS and RHS.
2020-01-14 20:53:44 -05:00
Jack Grigg 394b6f91a9 bls12_381: Use readable literals 2020-01-14 20:51:34 -05:00
Jack Grigg f44556d7bf
Upgrade to criterion 0.3 2019-12-19 15:08:45 -06:00
Sean Bowe 96f602e452
cargo fmt 2019-12-12 11:46:05 -07:00
Sean Bowe f5217b56d7 Merge commit 'dbd9bd1b9b43038e60bda8f14576580e51924ea0' as 'bls12_381' 2019-12-12 11:32:35 -07:00