mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 08:43:06 +00:00
minor
This commit is contained in:
parent
f5b45ee400
commit
b89e668b55
@ -299,8 +299,8 @@ pub const TWISTED_GENERATOR: TwistedCurve = {
|
||||
|
||||
#[test]
|
||||
fn test_miller() -> Result<()> {
|
||||
let ptr: usize = 300;
|
||||
let out: usize = 400;
|
||||
let ptr: usize = 200;
|
||||
let out: usize = 206;
|
||||
let inputs: Vec<U256> = vec![
|
||||
CURVE_GENERATOR.x.val,
|
||||
CURVE_GENERATOR.y.val,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user