pub struct MtaInputs {
pub ks: Vec<Scalar>,
pub xs: Vec<Scalar>,
pub indices: Vec<u64>,
}Expand description
Collected per-party inputs for one signing session’s MtA products.
Fields§
§ks: Vec<Scalar>§xs: Vec<Scalar>§indices: Vec<u64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MtaInputs
impl RefUnwindSafe for MtaInputs
impl Send for MtaInputs
impl Sync for MtaInputs
impl Unpin for MtaInputs
impl UnsafeUnpin for MtaInputs
impl UnwindSafe for MtaInputs
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