wborgeaud
b228cc72fe
s/columns/registers
2022-06-28 02:28:25 +02:00
Daniel Lubarov
34e73db42b
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
Daniel Lubarov
e73d01a037
packed_field -> packed (#584 )
...
* `packed_field` -> `packed`
For cleaner imports; "field" is usually clear from context
* fix
2022-06-27 15:07:52 -07:00
Daniel Lubarov
3346d3f902
field_types -> types (#583 )
...
* `field_types` -> `types`
Here too, I think "field" is usually clear from context, e.g. in `use plonky2::field::types::Field;`.
* fixes
* fmt
2022-06-27 12:24:09 -07:00
Daniel Lubarov
475964a6bb
Move CTL config out of test ( #578 )
...
* Move CTL config out of test
Since the same config will be used in other tests (and maybe external callers, unless we add an API later to abstract it).
* fmt
* Split up CTLs
2022-06-27 10:40:16 -07:00
Daniel Lubarov
410e03349c
extension_field -> extension (#581 )
...
It seems redundant in most contexts, e.g. `use plonky2::field::extension_field::Extendable;`. One could import `extension_field`, but it's not that common in Rust, and `field::extension` is now about as short.
2022-06-27 07:18:21 -07:00
Daniel Lubarov
7b75eaa98d
ASM macro support ( #580 )
...
* ASM macro support
Also recognize global labels as a PUSH target; previously it only considered local labels.
* macro test
2022-06-25 23:10:08 -07:00
Jacqueline Nabaglo
912281de9b
CTL: limbs (CPU) <-> bits (logic) ( #577 )
...
* CTL: limbs (CPU) <-> bits (logic)
* Minor: stray TODO mark
* Document Zero op
* Util for constructing an int from bits
2022-06-25 13:34:04 -07:00
Jacqueline Nabaglo
46df1bb6b2
Fix EVM dependency list ( #576 )
2022-06-23 18:33:34 -07:00
Jacqueline Nabaglo
191ddf7bc1
Exponentiation kernel function ( #574 )
...
* Exponentiation kernel function
* Exponentiation: Hamish comments
2022-06-23 15:33:55 -07:00
Nicholas Ward
af0e32506a
Merge pull request #571 from mir-protocol/evm_memory
...
EVM memory stark
2022-06-23 14:50:30 -07:00
Nicholas Ward
4a7ebf057b
updated in line with main changes
2022-06-23 14:36:14 -07:00
Nicholas Ward
791b15f94f
cleanup
2022-06-23 14:01:22 -07:00
Nicholas Ward
4d69998cde
fix and cleanup
2022-06-23 14:01:22 -07:00
Nicholas Ward
d911eecd37
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
798b01d050
added lookup file
2022-06-23 14:01:22 -07:00
Nicholas Ward
29fa32465c
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
d6983951a4
attempted fix
2022-06-23 14:01:22 -07:00
Nicholas Ward
f04f2bc381
multiple indices per timestamp
2022-06-23 14:01:22 -07:00
Nicholas Ward
f16db8c564
fmt
2022-06-23 14:01:22 -07:00
Nicholas Ward
593d3eeffd
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
9434819829
addressed comments
2022-06-23 14:01:22 -07:00
Nicholas Ward
a7f6bf3b00
fmt
2022-06-23 14:01:22 -07:00
Nicholas Ward
de52e630e8
addressed comments
2022-06-23 14:01:22 -07:00
Nicholas Ward
2d7f2b47c2
fmt
2022-06-23 14:01:22 -07:00
Nicholas Ward
a2c14077d2
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
a860eb7727
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
9f22cc72c3
allow 'unused' functions
2022-06-23 14:01:22 -07:00
Nicholas Ward
d2eb3b141b
addressed comments
2022-06-23 14:01:22 -07:00
Nicholas Ward
08be9811cd
timestamp fixes
2022-06-23 14:01:18 -07:00
Nicholas Ward
dace10a291
removed structs
2022-06-23 14:00:59 -07:00
Nicholas Ward
6884b1aedb
addressed comment
2022-06-23 14:00:59 -07:00
Nicholas Ward
3898ccd041
okay you win, clippy
2022-06-23 14:00:59 -07:00
Nicholas Ward
0514cd9646
addressed comments
2022-06-23 14:00:59 -07:00
Nicholas Ward
939e63189b
rename
2022-06-23 14:00:59 -07:00
Nicholas Ward
5707baee23
addressed comments
2022-06-23 14:00:56 -07:00
Nicholas Ward
105852589f
removed accidentally added files
2022-06-23 14:00:48 -07:00
Nicholas Ward
5707732b75
fix
2022-06-23 14:00:48 -07:00
Nicholas Ward
398e75de4e
fix
2022-06-23 14:00:48 -07:00
Nicholas Ward
bf58c20329
updates to registers, new cross-table lookups
2022-06-23 14:00:48 -07:00
Nicholas Ward
8155e90d16
fixes
2022-06-23 14:00:48 -07:00
Nicholas Ward
7ba0652c01
all_stark
2022-06-23 14:00:44 -07:00
Nicholas Ward
affcd65716
fmt
2022-06-23 14:00:01 -07:00
Nicholas Ward
cceb471fd8
uncommenting
2022-06-23 14:00:01 -07:00
Nicholas Ward
ef3f023666
transpose fix
2022-06-23 14:00:01 -07:00
Nicholas Ward
59f3a763f0
transition constraints, and debugging
2022-06-23 14:00:01 -07:00
Nicholas Ward
03112f898a
updated all_stark framework to include memory stark (doesn't pass yet)
2022-06-23 13:59:57 -07:00
Nicholas Ward
31be2c8d49
clippy and fix
2022-06-23 13:59:06 -07:00
Nicholas Ward
0ad54233de
fmt
2022-06-23 13:59:06 -07:00
Nicholas Ward
fcf216012c
memory row generation
2022-06-23 13:59:06 -07:00