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