In Byte_Representation gadget, the selector (a fixed col) is enabled while assigning byte represents:
|
self.selector.enable(region, offset); |
It should be supposed that we have diffferent counts on assigned bytes for synctheis base on the witness. That is, the circuit (vk and pk) would change with changing on witness and the test vk_validity would expect to fail
In
Byte_Representationgadget, theselector(a fixed col) is enabled while assigning byte represents:mpt-circuit/src/gadgets/byte_representation.rs
Line 107 in 2cc63d2
It should be supposed that we have diffferent counts on assigned bytes for synctheis base on the witness. That is, the circuit (vk and pk) would change with changing on witness and the test
vk_validitywould expect to fail