#[non_exhaustive]pub struct JacobianPointMultiplication;Expand description
A marker type representing Jacobian Point Multiplication
Trait Implementations§
Source§impl EccOperation for JacobianPointMultiplication
Available on crate feature unstable only.
impl EccOperation for JacobianPointMultiplication
Available on crate feature
unstable only.Source§const VERIFIES_POINT: bool = false
const VERIFIES_POINT: bool = false
Whether the operation verifies that the input point is on the curve.
impl OperationReturnsJacobianPoint for JacobianPointMultiplication
Available on crate feature
unstable only.