pub type PointShare = Evaluation<MaybeScalar, MaybePoint>;Expand description
Represents a point share intended for distribution.
Derived by multiplying a secret share with a fixed point Q.
Aliased Type§
pub struct PointShare {
pub input: MaybeScalar,
pub output: MaybePoint,
}Fields§
§input: MaybeScalar§output: MaybePoint