zkllvm-blueprint icon indicating copy to clipboard operation
zkllvm-blueprint copied to clipboard

Circuit components definition library for zkLLVM circuit compiler

Results 77 zkllvm-blueprint issues
Sort by recently updated
recently updated
newest added

Some test were remade for blueprint_mc, this issue will return some tests for regular blueprint.

Now we have new interfaces in zk d55a5288f76285c73404270a00099f4ec5563fc0 and need to update components

https://github.com/MinaProtocol/mina/blob/develop/src/lib/pickles/verify.ml#L30 - original implementation https://github.com/NilFoundation/zkllvm-blueprint/blob/mina-circuits/include/nil/crypto3/zk/components/systems/snark/plonk/pickles/verify_heterogenous_base.hpp#L153 - elliptic curves base field (for point coordinates) calculations implementation. https://github.com/NilFoundation/zkllvm-blueprint/blob/mina-circuits/include/nil/crypto3/zk/components/systems/snark/plonk/pickles/verify_heterogenous_scalar.hpp#L316 - scalar field calculations implementation.