pub struct ED19(_);
Expand description
Verify ED25519 public key and signature match a 32-byte message.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ED19
impl<'de> Deserialize<'de> for ED19
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<ED19> for Instruction
impl From<ED19> for Instruction
source§impl PartialEq<ED19> for ED19
impl PartialEq<ED19> for ED19
impl Copy for ED19
impl Eq for ED19
impl StructuralEq for ED19
impl StructuralPartialEq for ED19
Auto Trait Implementations§
impl RefUnwindSafe for ED19
impl Send for ED19
impl Sync for ED19
impl Unpin for ED19
impl UnwindSafe for ED19
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