mirror of
https://github.com/arnaucube/kesto.git
synced 2026-02-07 19:46:40 +01:00
Add rust JubJub & BabyJubJub EdDSA benchmarks
This commit is contained in:
7
rust-crypto-benchmarks/src/lib.rs
Normal file
7
rust-crypto-benchmarks/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user