pasta_curves-source/src
2021-01-24 08:05:58 +08:00
..
arithmetic Add implementations of read/write to CurveAffine and FieldExt. 2021-01-24 08:05:58 +08:00
circuit Implement a simple single-chip layouter 2021-01-08 01:54:44 +00:00
pasta Add documentation of perfect hash parameters. 2021-01-17 02:24:09 +00:00
plonk Add serialization support for PLONK verifying keys. 2021-01-24 08:05:58 +08:00
poly Add serialization support for polycommit Params. 2021-01-24 08:05:58 +08:00
arithmetic.rs Rename curves to Pallas/Vesta (Pasta). 2020-12-03 13:47:47 -07:00
circuit.rs General traits and structs for implementing circuits 2021-01-08 01:54:18 +00:00
dev.rs Fix doctests. 2021-01-14 13:31:48 -07:00
gadget.rs Add a placeholder module for gadgets 2021-01-08 01:55:10 +00:00
lib.rs Add a placeholder module for gadgets 2021-01-08 01:55:10 +00:00
model.rs model: metrics 0.13.0-alpha.13 2020-12-22 12:27:36 +00:00
pasta.rs Change ZETA constant of Fp to make it consistent with the endomorphism over Fq. 2020-12-07 09:42:33 -07:00
plonk.rs Add serialization support for PLONK verifying keys. 2021-01-24 08:05:58 +08:00
poly.rs Require Rotation instead of i32 for relative rows in circuits. 2021-01-14 11:57:32 -07:00
transcript.rs clippy: Use Option::ok_or_else to construct errors from functions 2021-01-14 08:43:25 -07:00