Struct prople_crypto::eddsa::keypair::KeyPair
source · pub struct KeyPair { /* private fields */ }Expand description
KeyPair actually is main entrypoint used to generate the SigningKey
From this signing key we will also able to generate PubKey and also Signature objects.
Besides to generate all necessary objects, this object also able to import given PEM data format
into its self
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyPair
impl RefUnwindSafe for KeyPair
impl Send for KeyPair
impl Sync for KeyPair
impl Unpin for KeyPair
impl UnwindSafe for KeyPair
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