Stephen

Results 12 comments of Stephen

@thanpolas is this question answered? I have same one.

Easy to find an example for an arithmetic circuit here: https://github.com/encryptogroup/ABY/blob/public/src/examples/innerproduct/common/innerproduct.cpp#L134 But for boolean, look here https://github.com/encryptogroup/ABY/blob/08baa853de76a9070cb8ed8d41e96569776e4773/src/examples/psi_scs/common/sort_compare_shuffle.cpp#L228

circom_compile is built on circom, and circom uses `std::fs` in [parser_user::parse_project](https://github.com/iden3/circom/blob/master/parser/src/lib.rs#L181).

Hi, @MuhtasimTanmoy Thanks so much for your attention, we currently are focusing on the node and zeth parts, so we don't have time to write everything down. but will do...

The predecessor task is https://github.com/0xEigenLabs/eigen-zkvm/issues/240. @captainlee1024

@weijiekoh, did you figure out the root cause? I have the same issue.