pub struct P384;Expand description
The NIST P-384 curve, also called secp384r1.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for P384
impl RefUnwindSafe for P384
impl Send for P384
impl Sync for P384
impl Unpin for P384
impl UnsafeUnpin for P384
impl UnwindSafe for P384
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