Struct schnorrkel::musig::Reveal
source · pub struct Reveal(pub [u8; 96]);
👎Deprecated since 0.11.0: This module will be replaced in the future
Expand description
Revealed R_i
values shared between cosigners during signing
Tuple Fields§
§0: [u8; 96]
👎Deprecated since 0.11.0: This module will be replaced in the future
Trait Implementations§
source§impl PartialEq for Reveal
impl PartialEq for Reveal
impl Eq for Reveal
Auto Trait Implementations§
impl Freeze for Reveal
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)