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

Start dummy implementation of InterpreterEnv for Env in witness #1861

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

dannywillems
Copy link
Member

No description provided.

@dannywillems dannywillems force-pushed the dw/add-some-methods-in-env-witness branch from f9d19e3 to e061d34 Compare February 28, 2024 10:44
impl<const N: usize, Fp: Field> InterpreterEnv for Env<N, Fp> {
type Position = Column;

// FIXME: is u128 ok? I think so, we only have 15 bits, 88 bits and 4 bits
Copy link
Member

Choose a reason for hiding this comment

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

I feel it should be OK, indeed all our limbs are strictly smaller... And whatever FFMul we do it'll be on 15 bits

Base automatically changed from dw/serializer-struct-env to master February 28, 2024 14:13
@dannywillems dannywillems merged commit 9269fba into master Feb 28, 2024
8 checks passed
@dannywillems dannywillems deleted the dw/add-some-methods-in-env-witness branch February 28, 2024 14:13
@dannywillems dannywillems self-assigned this Mar 7, 2024
@dannywillems dannywillems added the enhancement New feature or request label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants