Struct ring::signature::EdDSAParameters
source · [−]pub struct EdDSAParameters;
Expand description
Parameters for EdDSA signing and verification.
Trait Implementations
sourceimpl Debug for EdDSAParameters
impl Debug for EdDSAParameters
Auto Trait Implementations
impl RefUnwindSafe for EdDSAParameters
impl Send for EdDSAParameters
impl Sync for EdDSAParameters
impl Unpin for EdDSAParameters
impl UnwindSafe for EdDSAParameters
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more