pub fn ecop<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
dst: A,
curve_id: B,
operation_type: C,
points_ptr: D,
) -> Instruction
Expand description
Given some curve, performs an operation on points
pub fn ecop<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
dst: A,
curve_id: B,
operation_type: C,
points_ptr: D,
) -> Instruction
Given some curve, performs an operation on points