This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
plonky2
Watch
1
Star
0
Fork
0
You've already forked plonky2
mirror of
https://github.com/logos-storage/plonky2.git
synced
2026-01-09 09:13:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
plonky2
/
evm
/
src
/
cpu
/
mod.rs
6 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
EVM decode (#553) * EVM decode * Style and docs * Daniel PR comments * Minor style * Work on tests * Tests passing! * Minor: fix comment * William comments
2022-06-03 19:24:47 -07:00
pub
(
crate
)
mod
columns
;
PR feedback
2022-05-18 09:22:58 +02:00
pub
mod
cpu_stark
;
EVM decode (#553) * EVM decode * Style and docs * Daniel PR comments * Minor style * Work on tests * Tests passing! * Minor: fix comment * William comments
2022-06-03 19:24:47 -07:00
pub
(
crate
)
mod
decode
;
Parse and assemble kernel functions (#567) * Parse and assemble kernel functions Written in "EVM++" assembly. Later on we will add some priviledged opcodes (in unused opcode ordinals), making it an extension of EVM bytecode. I don't think there's much of a standard for EVM assembly, but I loosely based the syntax on this [proposal](https://gist.github.com/axic/17ddbbce4738ccf4040d30cbb5de484e). * PR feedback * tweaks for consistency * terminology tweaks * Update evm/src/cpu/kernel/opcodes.rs Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org> * Update evm/src/cpu/kernel/opcodes.rs Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org> * Update evm/src/cpu/kernel/opcodes.rs Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org> Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
2022-06-20 20:32:29 -07:00
pub
mod
kernel
;
NOT stark (#565) * NOT operation stark * Daniel PR comment
2022-06-14 16:55:08 -07:00
mod
simple_logic
;
Reference in New Issue
Copy Permalink