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