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§
impl OperationReturnsAffinePoint for AffinePointMultiplication
Available on crate feature
unstable only.impl OperationReturnsAffinePoint for AffinePointVerificationAndMultiplication
Available on crate feature
unstable only.