Skip to content

Fix incorrect method signatures in Vrf trait #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vipocenka
Copy link

This PR fixes method signatures in the Vrf trait by correcting unnecessary &mut self usage and ensuring consistency across functions.

Changes

  • Removed &self from param_gen, making it a static method.
  • Changed proof_to_hash and evaluate to use &self instead of &mut self.
  • Fixed verify to use &self instead of &mut self.
  • Cleaned up redundant &mut self in method definitions.

Why?

These changes improve API consistency and eliminate unnecessary mutability constraints, making the Vrf trait easier to use and integrate.

Key places to review

  • vrf/src/lib.rs, method signatures in the Vrf trait.

Closes

Closes #XXXX (replace with issue number if applicable)

@vipocenka vipocenka requested review from alxiong and mrain as code owners March 7, 2025 19:43
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