pub struct RingtailSignature {
pub c: Poly,
pub z: PolyVector,
pub delta: PolyVector,
}Expand description
Ringtail threshold signature
Fields§
§c: PolyChallenge polynomial c
z: PolyVectorAggregated response vector z
delta: PolyVectorCorrection term Delta
Implementations§
Trait Implementations§
Source§impl Clone for RingtailSignature
impl Clone for RingtailSignature
Source§fn clone(&self) -> RingtailSignature
fn clone(&self) -> RingtailSignature
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 moreAuto Trait Implementations§
impl Freeze for RingtailSignature
impl RefUnwindSafe for RingtailSignature
impl Send for RingtailSignature
impl Sync for RingtailSignature
impl Unpin for RingtailSignature
impl UnwindSafe for RingtailSignature
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