pub enum EdwardsVerifyingKey {
Ed25519(VerifyingKey),
Ed448(VerifyingKey),
}Expand description
An edwards curve verifying key.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for EdwardsVerifyingKey
impl RefUnwindSafe for EdwardsVerifyingKey
impl Send for EdwardsVerifyingKey
impl Sync for EdwardsVerifyingKey
impl Unpin for EdwardsVerifyingKey
impl UnwindSafe for EdwardsVerifyingKey
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