Skip to content
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

Remove obsolete file in recursive verifier #1595

Conversation

Al-Kindi-0
Copy link
Collaborator

Not sure what is the use of this file. Unless I am missing something, it shouldn't be there.

@bobbinth
Copy link
Contributor

I think this file just re-exports the verify procedure so that we could say something like:

use.std::crypto::stark

begin
    exec.stark::verify
end

Instead of:

use.std::crypto::stark::verifier

begin
    exec.verifier::verify
end

@Al-Kindi-0
Copy link
Collaborator Author

I see, should we just keep it then?

@bobbinth
Copy link
Contributor

I'd keep it.

@Al-Kindi-0 Al-Kindi-0 closed this Dec 11, 2024
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.

2 participants