orchard/src/circuit
therealyingtong e15648cb67 gadget::ecc: Remove representations of fixed points in the circuit
Fixed points are represented by precomputed window tables. These
are not "initialized" in the circuit at any single point, but are
loaded into fixed columns at the offsets where the fixed points
are used.

Thus, we don't need FixedPoint and get_fixed() in the circuit.
Similarly, we can remove FixedPointShort and get_fixed_short().
2021-06-12 12:41:27 +08:00
..
gadget gadget::ecc: Remove representations of fixed points in the circuit 2021-06-12 12:41:27 +08:00
gadget.rs Add Utilities chip 2021-06-04 18:08:59 +08:00