pub struct NistP384;
Expand description
NIST-P384 (a.k.a secp384r1
or prime384v1
).
Provides 192-bits of security and is defined over a field size of 256.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NistP384
impl RefUnwindSafe for NistP384
impl Send for NistP384
impl Sync for NistP384
impl Unpin for NistP384
impl UnwindSafe for NistP384
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