Struct schnorrkel::musig::Reveal
source · pub struct Reveal(pub [u8; 128]);
Expand description
Revealed R_i
values shared between cosigners during signing
Tuple Fields§
§0: [u8; 128]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Reveal
impl Send for Reveal
impl Sync for Reveal
impl Unpin for Reveal
impl UnwindSafe for Reveal
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