pub trait OperationVerifiesPoint: EccOperation { }Expand description
Marks operations that verify that the input point is on the curve.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl OperationVerifiesPoint for AffinePointVerification
Available on crate feature
unstable only.impl OperationVerifiesPoint for AffinePointVerificationAndJacobianPointMultiplication
Available on crate feature
unstable only.impl OperationVerifiesPoint for AffinePointVerificationAndMultiplication
Available on crate feature
unstable only.impl OperationVerifiesPoint for JacobianPointVerification
Available on crate feature
unstable only.