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
)