pub struct EcPrivKey<C: PCurve> { /* private fields */ }
Expand description
An elliptic curve private key over a P curve.
EcPrivKey
is a private key over the curve C
.
Implementations§
Trait Implementations§
Source§impl<C: PCurve> DerPrivateKey for EcPrivKey<C>
impl<C: PCurve> DerPrivateKey for EcPrivKey<C>
Source§impl<C: PCurve> PrivateKey for EcPrivKey<C>
impl<C: PCurve> PrivateKey for EcPrivKey<C>
Auto Trait Implementations§
impl<C> Freeze for EcPrivKey<C>
impl<C> RefUnwindSafe for EcPrivKey<C>where
C: RefUnwindSafe,
impl<C> !Send for EcPrivKey<C>
impl<C> !Sync for EcPrivKey<C>
impl<C> Unpin for EcPrivKey<C>where
C: Unpin,
impl<C> UnwindSafe for EcPrivKey<C>where
C: UnwindSafe,
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