halo2/src/circuit
Jack Grigg bfc65d5985 poseidon: Remove `self` parameter from `Domain` trait methods
For almost all the sponge constructions defined in the Poseidon paper,
the domain can be defined completely statically. Variable-length hashing
requires knowledge of the message length, but that can be provided to
the fixed padding function in a subsequent commit, and in any case we
can't use variable-length inputs in a circuit.
2021-12-10 02:40:33 +00:00
..
gadget poseidon: Remove `self` parameter from `Domain` trait methods 2021-12-10 02:40:33 +00:00
gadget.rs Benchmark proof creation and verification for RATE = 2, 8, 11. 2021-11-30 10:03:49 -05:00