Dev Ojha

Results 331 comments of Dev Ojha

Hrmm, this is odd, I'll investigate this, thanks for reporting it. It should work with 1 input

I think this is an issue with the number of constraints/variables being so low. The library doesn't have much parameterization support for the case where `max(num_constraints, num_variables) < 128`. (Essentially...

Thanks for all of the nice graphs! The current state of the internal development repo is that we can get Fractal to run on a 192 bit field in slightly...

/cc @howardwu @Pratyush Is there an analog of this we can check in Zexe?

Thanks! The `mnt6_final_exponent_last_chunk_abs_of_w0` value matches whats in Zexe's mnt 6 then. Additionally the mnt4 exponents match whats in Zexe. I'm not familiar enough with the MNT cycle to know if...

The constraint system is not yet publicly available. We are releasing the Fractal code base gradually as we clean different modules of it. So far the preprocessing SNARK has been...

It'd be great to add BLS12-381 and BLS12-377/BW6-761! Thank you for making the PR for #71! I think its good to merge in. Agreed with Antoine, that in the end-state...

With Aurora, the number of constraints and the number of variables must be a power of 2. The number of inputs must be 1 less than a power of 2....

I'm surprised Ligero/Aurora work with a non-power of 2 number of variables. I think that has to be a power of 2 as well. Fractal also needs the number of...

> What did you mean by indices? I already know num_constraints has to be a power of two. Do we also need each matrix has 2^x non-zero coefficients for some...