pub enum EdwardsKey {
Ed25519(Ed25519),
Ed448(Ed448),
}Expand description
A known Edwards key
Variants§
Trait Implementations§
Source§impl Parameters for EdwardsKey
impl Parameters for EdwardsKey
Source§impl VerifySignature for EdwardsKey
impl VerifySignature for EdwardsKey
Auto Trait Implementations§
impl Freeze for EdwardsKey
impl RefUnwindSafe for EdwardsKey
impl Send for EdwardsKey
impl Sync for EdwardsKey
impl Unpin for EdwardsKey
impl UnwindSafe for EdwardsKey
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