Skip to content

Conversation

@SashaMalysehko
Copy link

CircomProver::prove already takes ownership of zkey_path and only forwards it to prover::prove, so cloning the string inside the method did not provide any benefit. This change passes zkey_path directly to prover::prove, removing an unnecessary allocation while keeping the public API untouched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant