pub struct Es256;
Expand description
ECDSA using P-256 and SHA-256.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Es256
impl RefUnwindSafe for Es256
impl Send for Es256
impl Sync for Es256
impl Unpin for Es256
impl UnwindSafe for Es256
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