pub struct SigningNonces {
pub commitments: SigningCommitments,
/* private fields */
}Expand description
Secret nonces generated in round 1 (MUST be used exactly once, then discarded).
Fields§
§commitments: SigningCommitmentsThe corresponding public commitments.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SigningNonces
impl RefUnwindSafe for SigningNonces
impl Send for SigningNonces
impl Sync for SigningNonces
impl Unpin for SigningNonces
impl UnsafeUnpin for SigningNonces
impl UnwindSafe for SigningNonces
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