o1-labs / snarky

OCaml DSL for verifiable computation
MIT License
492 stars 73 forks source link

implement conversion of RangeCheck0, RangeCheck1, Xor, ForeignFieldAdd, ForeignFieldMul, Rot64, Raw #812

Closed o1-david closed 1 year ago

o1-david commented 1 year ago

in constraints.rs the conversion of RangeCheck0, RangeCheck1, Xor, ForeignFieldAdd, ForeignFieldMul, Rot64, Raw are not implemented. I don't think they are implemented in the Rust constraint system side either