pub fn check_is_on_curve<F, FC, C>(
chip: &FC,
ctx: &mut Context<F>,
P: &EcPoint<F, FC::FieldPoint>,
)
Expand description
Checks that P
is indeed a point on the elliptic curve C
.
pub fn check_is_on_curve<F, FC, C>(
chip: &FC,
ctx: &mut Context<F>,
P: &EcPoint<F, FC::FieldPoint>,
)
Checks that P
is indeed a point on the elliptic curve C
.