pasta_curves-source/src
Jack Grigg 61c9392475 Remove query allocations from Proof::create
multiopen::Proof::create takes `instances: IntoIterator`, so we can just
pass it an iterator directly.
2020-11-24 18:25:55 +00:00
..
arithmetic Move curves and fields into tweedle module 2020-11-12 21:36:59 +00:00
plonk Remove query allocations from Proof::create 2020-11-24 18:25:55 +00:00
poly Merge pull request #42 from zcash/plonk-benches 2020-11-24 18:14:07 +00:00
tweedle Type aliases for the tweedle groups 2020-11-12 21:45:56 +00:00
arithmetic.rs Move curves and fields into tweedle module 2020-11-12 21:36:59 +00:00
lib.rs Add a simple metrics Recorder for counting things in models 2020-11-23 12:47:42 +00:00
model.rs Fix clippy lint in metrics model doctest 2020-11-24 17:56:33 +00:00
plonk.rs Make Transcript generic over curve points 2020-11-16 21:26:46 +00:00
poly.rs Create multiopen abstraction 2020-10-14 00:35:25 +08:00
transcript.rs Conditionally squeeze scalar hasher before interacting with base hasher 2020-11-16 21:28:37 +00:00
tweedle.rs Type aliases for the tweedle groups 2020-11-12 21:45:56 +00:00