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
9 bitwise
9 bitwise
· Changes
Page history
chore: update bitwise doc content
authored
Dec 06, 2023
by
qingyun Ma
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
zkevm-docs/9-bitwise.markdown
zkevm-docs/9-bitwise.markdown
+2
-0
No files found.
zkevm-docs/9-bitwise.markdown
View page @
4ca2e43d
...
...
@@ -59,6 +59,8 @@ pub struct BitwiseCircuitConfig<F: Field> {
pub
sum_2
:
Column
<
Advice
>
,
/// The counter for one operation
pub
cnt
:
Column
<
Advice
>
,
/// IsZero chip for column cnt
pub
cnt_is_zero
:
IsZeroWithRotationConfig
<
F
>
,
}
```
...
...