mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
8 lines
217 B
Markdown
8 lines
217 B
Markdown
|
|
# Lookup tables
|
||
|
|
|
||
|
|
In normal programs, you can trade memory for CPU to improve performance, by pre-computing
|
||
|
|
and storing lookup tables for some part of the computation. We can do the same thing in
|
||
|
|
halo2 circuits!
|
||
|
|
|
||
|
|
TODO
|