#[non_exhaustive]pub struct JacobianPointVerification;Expand description
A marker type representing Jacobian Point Verification
Trait Implementations§
Source§impl EccOperation for JacobianPointVerification
Available on crate feature unstable only.
impl EccOperation for JacobianPointVerification
Available on crate feature
unstable only.Source§const VERIFIES_POINT: bool = true
const VERIFIES_POINT: bool = true
Whether the operation verifies that the input point is on the curve.
impl OperationReturnsJacobianPoint for JacobianPointVerification
Available on crate feature
unstable only.impl OperationVerifiesPoint for JacobianPointVerification
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for JacobianPointVerification
impl RefUnwindSafe for JacobianPointVerification
impl Send for JacobianPointVerification
impl Sync for JacobianPointVerification
impl Unpin for JacobianPointVerification
impl UnsafeUnpin for JacobianPointVerification
impl UnwindSafe for JacobianPointVerification
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