pub(crate) type CompletedShare<S> = DefaultShare<IdentifierPrimeField<PixScalar<S>>, IdentifierPrimeField<PixScalar<S>>>;Aliased Type§
pub(crate) struct CompletedShare<S> {
pub identifier: IdentifierPrimeField<<<S as PixSpec>::Curve as CurveArithmetic>::Scalar>,
pub value: IdentifierPrimeField<<<S as PixSpec>::Curve as CurveArithmetic>::Scalar>,
}Fields§
§identifier: IdentifierPrimeField<<<S as PixSpec>::Curve as CurveArithmetic>::Scalar>The share identifier
value: IdentifierPrimeField<<<S as PixSpec>::Curve as CurveArithmetic>::Scalar>The share value