#How are @methods composed into a single verification key, even tho they have individual provers?

7 messages · Page 1 of 1 (latest)

hoary gyro
#

I'm assuming every @method is a circuit, but still the entire smart contract has a single verification key - how does this work?

plush void
#

Not sure if we are talking about the same but I have test that a method can be called by anyone else by default. If I want to have a method that only an owner can call it. I have to set it my own

burnt loom
hoary gyro
#

thanks!

hoary gyro
#

@burnt loom what are the exact limits for ZkProgram? How big can the public input be? How big can the private input be? How many proofs can we recursively verify? How many 'gates' or rows can we occupy?

ocean garden
#

Regarding verification all the issues that can cause constraint are defined in the prover function

#

Have you deployed a smart contract yet?