Currently, "verify" methods of both RecursiveSNARK and CompressedSNARK take the number of steps as a parameter. Is there a way to hide it from the verifier? i.e. a way to remove the need for num_steps being fed into the hashers. Reason why such a modification may be needed is that how many times a step circuit is run may leak information. Do you think this can be done without breaking the soundness and safety of the proof system?
Currently, "verify" methods of both RecursiveSNARK and CompressedSNARK take the number of steps as a parameter. Is there a way to hide it from the verifier? i.e. a way to remove the need for num_steps being fed into the hashers. Reason why such a modification may be needed is that how many times a step circuit is run may leak information. Do you think this can be done without breaking the soundness and safety of the proof system?