Skip to main content

OperationReturnsAffinePoint

Trait OperationReturnsAffinePoint 

Source
pub trait OperationReturnsAffinePoint: EccOperation { }
Expand description

Marks operations that return a point in affine 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 OperationReturnsAffinePoint for AffinePointMultiplication

Available on crate feature unstable only.
Source§

impl OperationReturnsAffinePoint for AffinePointVerificationAndMultiplication

Available on crate feature unstable only.