pub struct ECK1(_);
Expand description
The 64-byte public key (x, y) recovered from 64-byte signature on 32-byte message.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ECK1
impl<'de> Deserialize<'de> for ECK1
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<ECK1> for Instruction
impl From<ECK1> for Instruction
source§impl PartialEq<ECK1> for ECK1
impl PartialEq<ECK1> for ECK1
impl Copy for ECK1
impl Eq for ECK1
impl StructuralEq for ECK1
impl StructuralPartialEq for ECK1
Auto Trait Implementations§
impl RefUnwindSafe for ECK1
impl Send for ECK1
impl Sync for ECK1
impl Unpin for ECK1
impl UnwindSafe for ECK1
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