pub struct Cmp20SignP256;Expand description
CMP20 signing scheme over P-256. Registered as CMP20-ECDSA-P256-SIGN.
Implementations§
Source§impl Cmp20SignP256
impl Cmp20SignP256
pub fn build_session(params: &SessionParams) -> Result<Box<dyn SessionImpl>>
Auto Trait Implementations§
impl Freeze for Cmp20SignP256
impl RefUnwindSafe for Cmp20SignP256
impl Send for Cmp20SignP256
impl Sync for Cmp20SignP256
impl Unpin for Cmp20SignP256
impl UnsafeUnpin for Cmp20SignP256
impl UnwindSafe for Cmp20SignP256
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