pub struct PaillierPrivateKey {
pub lambda: BigUint,
pub mu: BigUint,
}Fields§
§lambda: BigUint§mu: BigUintTrait Implementations§
Source§impl Clone for PaillierPrivateKey
impl Clone for PaillierPrivateKey
Source§fn clone(&self) -> PaillierPrivateKey
fn clone(&self) -> PaillierPrivateKey
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 moreAuto Trait Implementations§
impl Freeze for PaillierPrivateKey
impl RefUnwindSafe for PaillierPrivateKey
impl Send for PaillierPrivateKey
impl Sync for PaillierPrivateKey
impl Unpin for PaillierPrivateKey
impl UnsafeUnpin for PaillierPrivateKey
impl UnwindSafe for PaillierPrivateKey
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