halo2/benches
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
..
circuit.rs Migrate to latest halo2 revision 2021-11-26 16:24:26 +00:00
note_decryption.rs Benchmark batch trial decryption 2021-08-12 01:36:38 +01:00
poseidon.rs poseidon: Remove `self` parameter from `Domain` trait methods 2021-12-10 02:40:33 +00:00
primitives.rs poseidon: Remove `self` parameter from `Domain` trait methods 2021-12-10 02:40:33 +00:00
small.rs Add small key derivation benchmarks 2021-03-20 18:19:51 +13:00