pub struct CetAdaptorSignature {
pub signature: EcdsaAdaptorSignature,
}
Expand description
Contains an adaptor signature for a CET input and its associated DLEQ proof.
Fields§
§signature: EcdsaAdaptorSignature
The signature.
Trait Implementations§
Source§impl Clone for CetAdaptorSignature
impl Clone for CetAdaptorSignature
Source§fn clone(&self) -> CetAdaptorSignature
fn clone(&self) -> CetAdaptorSignature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CetAdaptorSignature
impl Debug for CetAdaptorSignature
Source§impl PartialEq for CetAdaptorSignature
impl PartialEq for CetAdaptorSignature
Source§impl Readable for CetAdaptorSignature
impl Readable for CetAdaptorSignature
Source§impl Writeable for CetAdaptorSignature
impl Writeable for CetAdaptorSignature
impl Eq for CetAdaptorSignature
impl StructuralPartialEq for CetAdaptorSignature
Auto Trait Implementations§
impl Freeze for CetAdaptorSignature
impl RefUnwindSafe for CetAdaptorSignature
impl Send for CetAdaptorSignature
impl Sync for CetAdaptorSignature
impl Unpin for CetAdaptorSignature
impl UnwindSafe for CetAdaptorSignature
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