pub struct FeldmanVss {
pub commitments: Vec<AffinePoint>,
pub shares: Vec<Scalar>,
pub secret: Scalar,
}Expand description
One dealer’s Feldman VSS output.
Fields§
§commitments: Vec<AffinePoint>§secret: ScalarImplementations§
Source§impl FeldmanVss
impl FeldmanVss
Trait Implementations§
Source§impl Clone for FeldmanVss
impl Clone for FeldmanVss
Source§fn clone(&self) -> FeldmanVss
fn clone(&self) -> FeldmanVss
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 FeldmanVss
impl RefUnwindSafe for FeldmanVss
impl Send for FeldmanVss
impl Sync for FeldmanVss
impl Unpin for FeldmanVss
impl UnsafeUnpin for FeldmanVss
impl UnwindSafe for FeldmanVss
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