Add rust JubJub & BabyJubJub EdDSA benchmarks

This commit is contained in:
arnaucube
2020-09-10 19:11:58 +02:00
parent bff7f33916
commit 985d001ffc
6 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}