Skip to main content

OperationReturnsJacobianPoint

Trait OperationReturnsJacobianPoint 

Source
pub trait OperationReturnsJacobianPoint: EccOperation { }
Expand description

Marks operations that return a point in Jacobian format.

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 OperationReturnsJacobianPoint for AffinePointVerificationAndJacobianPointMultiplication

Available on crate feature unstable only.
Source§

impl OperationReturnsJacobianPoint for JacobianPointMultiplication

Available on crate feature unstable only.
Source§

impl OperationReturnsJacobianPoint for JacobianPointVerification

Available on crate feature unstable only.