orchard/src/circuit/gadget/ecc/chip
therealyingtong 52f53f3425 Remove IsIdentity trait from public EccInstructions.
We only need is_identity() in tests and can implement it on the
concrete EccPoint type. This method is flagged off by #[cfg(test)].

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-09-28 20:31:32 +01:00
..
mul
mul_fixed Remove IsIdentity trait from public EccInstructions. 2021-09-28 20:31:32 +01:00
add.rs Remove IsIdentity trait from public EccInstructions. 2021-09-28 20:31:32 +01:00
add_incomplete.rs
mul.rs Remove IsIdentity trait from public EccInstructions. 2021-09-28 20:31:32 +01:00
mul_fixed.rs
witness_point.rs Reintroduce Point::new() API and constraints. 2021-09-28 20:31:32 +01:00