Build a GSTP response for this invitation result.
Port of DkgInvitation::to_response() from group_invite.rs lines 207-224.
Create a signed/encrypted GSTP envelope containing the response for the coordinator.
Port of DkgInvitation::to_envelope() from group_invite.rs lines 228-244.
StaticfromParse a DKG invitation from an invite envelope.
Port of DkgInvitation::from_invite() from group_invite.rs lines 255-344.
DKG Invitation - represents a received invitation from a participant's perspective.
Port of
struct DkgInvitationfrom group_invite.rs lines 175-186.