pasta_curves-source/src
2020-09-15 17:42:02 -06:00
..
arithmetic Merge pull request #4 from zcash/permutation 2020-09-07 12:24:31 -06:00
plonk Mitigate unnecessary scaling operations in commitment verifier. 2020-09-15 17:42:02 -06:00
poly Mitigate unnecessary scaling operations in commitment verifier. 2020-09-15 17:42:02 -06:00
arithmetic.rs Modify MSM and Guard structs and methods 2020-09-11 18:57:22 +08:00
lib.rs cargo fmt 2020-09-07 13:09:25 -06:00
plonk.rs Incorporate MSM/Guard into PLONK verifier API and arithmetic. 2020-09-15 17:32:39 -06:00
poly.rs Add MSM and Guard structs in polycommit scheme 2020-09-10 18:51:41 +08:00
transcript.rs