halo2/src/circuit
Jack Grigg 9f654005c7 poseidon: Replace the `Duplex` struct with a `Sponge` struct
The `Sponge` struct's API correctly enforces the properties of a sponge:
it can absorb an arbitrary number of elements, and then squeeze an
arbitrary number of elements, but cannot absorb after it has squeezed.

Co-authored-by: ying tong <yingtong@z.cash>
2021-12-10 02:40:32 +00:00
..
gadget poseidon: Replace the `Duplex` struct with a `Sponge` struct 2021-12-10 02:40:32 +00:00
gadget.rs Benchmark proof creation and verification for RATE = 2, 8, 11. 2021-11-30 10:03:49 -05:00