pub struct SigningKey<C: Curve> { /* private fields */ }Expand description
An Edwards curve signing key
Trait Implementations§
Source§impl<C: Curve> SignMessage for SigningKey<C>
impl<C: Curve> SignMessage for SigningKey<C>
Source§impl<C: Curve> ToVerifier for SigningKey<C>
impl<C: Curve> ToVerifier for SigningKey<C>
Source§type Key = VerifyingKey<C>
type Key = VerifyingKey<C>
The verifying key
Source§fn verifying_key(&self) -> Self::Key
fn verifying_key(&self) -> Self::Key
Create a verifying key from this key.
Auto Trait Implementations§
impl<C> Freeze for SigningKey<C>
impl<C> RefUnwindSafe for SigningKey<C>
impl<C> Send for SigningKey<C>
impl<C> Sync for SigningKey<C>
impl<C> Unpin for SigningKey<C>
impl<C> UnwindSafe for SigningKey<C>
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