Struct ring::signature::EdDSAParameters
source · pub struct EdDSAParameters;
Expand description
Parameters for EdDSA signing and verification.
Trait Implementations§
source§impl Debug for EdDSAParameters
impl Debug for EdDSAParameters
Auto Trait Implementations§
impl Freeze for EdDSAParameters
impl RefUnwindSafe for EdDSAParameters
impl Send for EdDSAParameters
impl Sync for EdDSAParameters
impl Unpin for EdDSAParameters
impl UnwindSafe for EdDSAParameters
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