pub struct Opening(/* private fields */);Expand description
The opening (blinding nonce) for a Commitment. Revealing it, together
with the value, lets anyone re-derive and check the commitment.
Implementations§
Trait Implementations§
impl Eq for Opening
impl StructuralPartialEq for Opening
Auto Trait Implementations§
impl Freeze for Opening
impl RefUnwindSafe for Opening
impl Send for Opening
impl Sync for Opening
impl Unpin for Opening
impl UnsafeUnpin for Opening
impl UnwindSafe for Opening
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