halo2/src/circuit/gadget
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
..
ecc ecc::chip: Fix `print_ecc_chip` 2021-12-09 00:49:01 +00:00
poseidon poseidon: Remove `self` parameter from `Domain` trait methods 2021-12-10 02:40:33 +00:00
sinsemilla Fix "complex type" clippy lints 2021-12-08 04:11:57 +00:00
utilities
ecc.rs ecc::chip: Fix `print_ecc_chip` 2021-12-09 00:49:01 +00:00
poseidon.rs poseidon: Remove `self` parameter from `Domain` trait methods 2021-12-10 02:40:33 +00:00
sinsemilla.rs
utilities.rs