pub struct EcdsaP256Verify;Expand description
ECDSA P-256 verification primitive (trait-dispatched).
verify(pk, msg, sig): pk is SEC1-encoded (compressed 33 or uncompressed 65 bytes).
Trait Implementations§
Source§impl Clone for EcdsaP256Verify
impl Clone for EcdsaP256Verify
Source§fn clone(&self) -> EcdsaP256Verify
fn clone(&self) -> EcdsaP256Verify
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EcdsaP256Verify
impl Debug for EcdsaP256Verify
Source§impl Default for EcdsaP256Verify
impl Default for EcdsaP256Verify
Source§fn default() -> EcdsaP256Verify
fn default() -> EcdsaP256Verify
Returns the “default value” for a type. Read more
Source§impl Verifier for EcdsaP256Verify
impl Verifier for EcdsaP256Verify
impl Copy for EcdsaP256Verify
Auto Trait Implementations§
impl Freeze for EcdsaP256Verify
impl RefUnwindSafe for EcdsaP256Verify
impl Send for EcdsaP256Verify
impl Sync for EcdsaP256Verify
impl Unpin for EcdsaP256Verify
impl UnsafeUnpin for EcdsaP256Verify
impl UnwindSafe for EcdsaP256Verify
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