#[non_exhaustive]pub struct AffinePointMultiplication;Expand description
A marker type representing Base Point Multiplication
Trait Implementations§
Source§impl EccOperation for AffinePointMultiplication
Available on crate feature unstable only.
impl EccOperation for AffinePointMultiplication
Available on crate feature
unstable only.Source§const VERIFIES_POINT: bool = false
const VERIFIES_POINT: bool = false
Whether the operation verifies that the input point is on the curve.
impl OperationReturnsAffinePoint for AffinePointMultiplication
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for AffinePointMultiplication
impl RefUnwindSafe for AffinePointMultiplication
impl Send for AffinePointMultiplication
impl Sync for AffinePointMultiplication
impl Unpin for AffinePointMultiplication
impl UnsafeUnpin for AffinePointMultiplication
impl UnwindSafe for AffinePointMultiplication
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more