pub type RandomnessPartialSignature = PartialSignature<RandomnessSignature>;
struct RandomnessPartialSignature { pub index: NonZero<u16>, pub value: G1Element, }
index: NonZero<u16>
value: G1Element