arkworks-rs / r1cs-tutorial

Tutorial for writing constraints in the `arkworks` framework
Apache License 2.0
203 stars 79 forks source link

Where can i ask question? #10

Closed ghost closed 1 year ago

ghost commented 1 year ago

image In Merkle tree example, the error shows the 'leaf_bytes' didn't implement 'ToBytesGadget'. But the 'leaf_bytes' is the default value. So how can I deal with it?