-
Notifications
You must be signed in to change notification settings - Fork 31
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
[ZK 37] only check path_type in configure_extension_old and configure_extension_new #79
Conversation
@@ -1286,12 +1277,6 @@ fn configure_code_size<F: FieldExt>( | |||
bytes: &impl BytesLookup, | |||
poseidon: &impl PoseidonLookup, | |||
) { | |||
cb.assert( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ExtensionNew(Old) are already disallowed for CodeSizeExists in configure_extension_new(old).
@@ -1525,12 +1494,6 @@ fn configure_poseidon_code_hash<F: FieldExt>( | |||
cb: &mut ConstraintBuilder<F>, | |||
config: &MptUpdateConfig, | |||
) { | |||
cb.assert( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ExtensionNew(Old) are already disallowed for PoseidonCodeHashExists in configure_extension_new(old).
https://hackmd.io/4XuxkwHERa6AIPQ6tr2QAg#Question-37-MPT-Circuits-%E2%80%9CImportance%E2%80%9D-Low