pub struct P384Signature(/* private fields */);Expand description
P-384 with SHA2-384 ECDSA signature.
Trait Implementations§
Source§impl Clone for P384Signature
impl Clone for P384Signature
Source§fn clone(&self) -> P384Signature
fn clone(&self) -> P384Signature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for P384Signature
impl Debug for P384Signature
Source§impl Identified for P384Signature
impl Identified for P384Signature
Source§impl<'a> Import<&'a [u8]> for P384Signature
impl<'a> Import<&'a [u8]> for P384Signature
Auto Trait Implementations§
impl Freeze for P384Signature
impl RefUnwindSafe for P384Signature
impl Send for P384Signature
impl Sync for P384Signature
impl Unpin for P384Signature
impl UnwindSafe for P384Signature
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