Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
zkp
zkevm-circuits
Wiki
Zkevm docs
5 state
5 state
· Changes
Page history
style: edit to chainweaver format
authored
8 months ago
by
geruiwang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
zkevm-docs/5-state.markdown
zkevm-docs/5-state.markdown
+1
-1
No files found.
zkevm-docs/5-state.markdown
View page @
cbd29edf
...
...
@@ -73,7 +73,7 @@ let condition_2 = tag.value_equals(0);
vec!
[
condition_1
*
constraint_1
,
condition_2
*
constraint_2
]
```
关于BinaryNumberChip,详见
[
here
](
../code-notes/binary_number_with_real_selector
.rs的内容和用法.markdown
)
。
关于BinaryNumberChip,详见
[
here
](
../code-notes/binary_number_with_real_selector
)
。
### CallContextTag 枚举
...
...