gnark
                                
                                
                                
                                    gnark copied to clipboard
                            
                            
                            
                        feat: allow marshalling into Solidity-compatible format from `witness.Witness`.
Right now we have to construct the inputs for verifying in Solidity by hand. It would be better if we can just marshal witness.Witness into Solidity inputs with performing all the conversions and including commitment if necessary (for Groth16 verifier).
Related #524