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