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

Use ToExpr trait instead of ad-hoc expr functions #736

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

matthiasgoergens
Copy link
Collaborator

No description provided.

}
}

impl<F: SmallField, E: ExtensionField<BaseField = F>> ToExpr<E> for F {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This implementation of the trait is a bit problematic, because it clashes with making implementations for eg u64.


// Implement From trait for u128 separately since it requires explicit reduction
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We never actually used this implementation anywhere.

matthiasgoergens added a commit that referenced this pull request Dec 12, 2024
10to4 pushed a commit to 10to4/ceno that referenced this pull request Dec 12, 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.

1 participant