Andy Polyakov
Andy Polyakov
@vmx, I should have checked and suggested this earlier, sorry about that, but have a look at https://github.com/dot-asm/bellperson/commit/c033439668a2f02581a3ca521401b5020872d042. The "keyword" there is switch from `supraseal_c2::generate_groth16_proof()` to `supraseal_c2::generate_groth16_proofs()`. I can open...
And even simplify some conversions. In reply to #34.
This allows to perform multi-scalar operations directly on slices of affine points without going through p{12}_affines classes.
This is on top of #7589, hence the WIP. Two commits.
This is on top of #7589, hence the WIP. Single commit.
cc-rs appears to parse RUSTFLAGS and map -Clto rustc codegen option to clang's -flto=full. It should be noted that on the rustc side the -Clto is required to be complemented...
I think everybody would appreciate even verbose output to be on point. Here is typical output ``` [bar 0.1.0] OPT_LEVEL = Some(0) [bar 0.1.0] TARGET = Some(x86_64-unknown-linux-gnu) [bar 0.1.0] HOST...