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
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
wborgeaud
ccc9c024a2
Change some fn to take iterators instead of slices
2022-06-03 19:20:19 +02:00
wborgeaud
fd7eb9e915
PR feedback and add reduce_with_powers_circuit fn
2022-05-30 20:13:25 +02:00
wborgeaud
bd738399dd
Clippy
2022-05-26 20:44:59 +02:00
wborgeaud
d47b22d2b5
Compiles
2022-05-24 16:24:52 +02:00
wborgeaud
8e8e4daa9c
Start of impl
2022-05-20 11:21:13 +02:00
Daniel Lubarov
c54896dcb8
Rename starky2 -> evm ( #547 )
2022-05-18 10:32:14 -07:00