pub struct P256ArithImplPoint { /* private fields */ }Expand description
Opaque storage for the implementation’s point representation.
Implementations pick whatever their arithmetic works in (projective
or Jacobian coordinates, …), so a chain of operations pays for the
conversion to affine coordinates once, in point_to_affine.
Trait Implementations§
Source§impl Clone for P256ArithImplPoint
impl Clone for P256ArithImplPoint
impl Copy for P256ArithImplPoint
impl Send for P256ArithImplPoint
impl Sync for P256ArithImplPoint
Auto Trait Implementations§
impl !RefUnwindSafe for P256ArithImplPoint
impl !Unpin for P256ArithImplPoint
impl !UnwindSafe for P256ArithImplPoint
impl Freeze for P256ArithImplPoint
impl UnsafeUnpin for P256ArithImplPoint
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