Logo
Explore Help
Sign In
logos-storage/plonky2
1
0
Fork 0
You've already forked plonky2
mirror of https://github.com/logos-storage/plonky2.git synced 2026-01-16 04:33:10 +00:00
Code Issues Packages Projects Releases Wiki Activity
plonky2/evm/src/memory/mod.rs

6 lines
125 B
Rust
Raw Normal View History

memory
2022-06-13 14:37:29 -07:00
pub mod memory_stark;
memory
2022-06-07 14:40:42 -07:00
pub mod registers;
Memory naming tweaks (#579) * Memory naming tweaks - Define the channel count and value limbs in a single place, so they're easy to adjust. - Standardize on "channels" which I think is more explicit, since e.g. `num_mem_ops` used to mean either the channel count or total operation count in a trace. * feedback * tweaks * fmt
2022-06-27 16:03:56 -07:00
pub(crate) const NUM_CHANNELS: usize = 4;
pub(crate) const VALUE_LIMBS: usize = 8;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 32ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API