mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 01:33:07 +00:00
unused test
This commit is contained in:
parent
4a378bce46
commit
a96418b36c
0
evm/src/bls381_pairing.rs
Normal file
0
evm/src/bls381_pairing.rs
Normal file
@ -1,17 +0,0 @@
|
||||
use rand::Rng;
|
||||
|
||||
use crate::bls381_arithmetic::Fp;
|
||||
|
||||
#[test]
|
||||
fn test_bls_mul() -> Result<(), ()> {
|
||||
let mut rng = rand::thread_rng();
|
||||
let f: Fp = rng.gen::<Fp>();
|
||||
let g: Fp = rng.gen::<Fp>();
|
||||
let fg = f * g;
|
||||
|
||||
println!("{:#?}", f);
|
||||
println!("{:#?}", g);
|
||||
println!("{:#?}", fg);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
@ -1,6 +1,5 @@
|
||||
mod account_code;
|
||||
mod balance;
|
||||
mod bls381;
|
||||
mod bn254;
|
||||
mod core;
|
||||
mod ecc;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user