pub struct WedprSecp256k1Ecies {}
Expand description
Implements a ECIES instance on Secp256k1 curve.
Trait Implementations§
Source§impl Clone for WedprSecp256k1Ecies
impl Clone for WedprSecp256k1Ecies
Source§fn clone(&self) -> WedprSecp256k1Ecies
fn clone(&self) -> WedprSecp256k1Ecies
Returns a copy of the value. Read more
1.0.0 · 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 WedprSecp256k1Ecies
impl Debug for WedprSecp256k1Ecies
Source§impl Default for WedprSecp256k1Ecies
impl Default for WedprSecp256k1Ecies
Source§fn default() -> WedprSecp256k1Ecies
fn default() -> WedprSecp256k1Ecies
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WedprSecp256k1Ecies
impl RefUnwindSafe for WedprSecp256k1Ecies
impl Send for WedprSecp256k1Ecies
impl Sync for WedprSecp256k1Ecies
impl Unpin for WedprSecp256k1Ecies
impl UnwindSafe for WedprSecp256k1Ecies
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