Skip to main content

OperationVerifiesPoint

Trait OperationVerifiesPoint 

Source
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§

Source§

impl OperationVerifiesPoint for AffinePointVerification

Available on crate feature unstable only.
Source§

impl OperationVerifiesPoint for AffinePointVerificationAndJacobianPointMultiplication

Available on crate feature unstable only.
Source§

impl OperationVerifiesPoint for AffinePointVerificationAndMultiplication

Available on crate feature unstable only.
Source§

impl OperationVerifiesPoint for JacobianPointVerification

Available on crate feature unstable only.