Move to criterion

This commit is contained in:
Pratyush Mishra
2020-12-10 16:43:01 -08:00
parent 98717da099
commit 651f772755
18 changed files with 614 additions and 528 deletions

View File

@@ -1,3 +1,6 @@
#[macro_use]
mod utils;
#[macro_use]
mod ec;
@@ -6,6 +9,3 @@ mod field;
#[macro_use]
mod pairing;
#[macro_use]
mod utils;