pub struct P384;
Expand description
The P-384 curve.
Trait Implementations§
impl Copy for P384
impl EcdsaHash<P384> for Sha256
impl EcdsaHash<P384> for Sha384
impl EcdsaHash<P384> for Sha512
impl Eq for P384
impl PCurve for P384
impl StructuralPartialEq for P384
Auto Trait Implementations§
impl Freeze for P384
impl RefUnwindSafe for P384
impl Send for P384
impl Sync for P384
impl Unpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)