mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 02:03:07 +00:00
remove unused test
This commit is contained in:
parent
9d8a5fc01e
commit
12defa80f4
@ -57,16 +57,6 @@ mod tests {
|
||||
assert!(neg_g.is_valid());
|
||||
}
|
||||
|
||||
/*#[test]
|
||||
fn test_double_affine() {
|
||||
for i in 0..100 {
|
||||
//let p = blake_hash_usize_to_curve::<Secp256K1>(i);
|
||||
assert_eq!(
|
||||
p.double(),
|
||||
p.to_projective().double().to_affine());
|
||||
}
|
||||
}*/
|
||||
|
||||
#[test]
|
||||
fn test_naive_multiplication() {
|
||||
let g = Secp256K1::GENERATOR_PROJECTIVE;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user