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
8 arithmetic
8 arithmetic
· Changes
Page history
feat: add length, memory_expansion arithmetic layout
authored
Apr 17, 2024
by
gzxu
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
zkevm-docs/8-arithmetic.markdown
zkevm-docs/8-arithmetic.markdown
+2
-0
No files found.
zkevm-docs/8-arithmetic.markdown
View page @
77098d72
...
...
@@ -28,6 +28,8 @@ pub enum Tag {
SdivSmod
,
Addmod
,
Mulmod
,
Length
,
memory_expansion
,
}
```
...
...