StaticcreateCreate a new DKG invite.
Port of DkgInvite::new() from group_invite.rs lines 30-67.
Create a GSTP sealed request from this invite.
Port of DkgInvite::to_request() from group_invite.rs lines 87-121.
Creates a signed but unencrypted envelope for auditing/preview.
Port of DkgInvite::to_unsealed_envelope() from group_invite.rs lines 124-139.
Creates a sealed envelope encrypted to all participants.
Port of DkgInvite::to_envelope() from group_invite.rs lines 142-166.
DKG Invite - represents an invitation to participate in a DKG session.
Port of
struct DkgInvitefrom group_invite.rs lines 11-27.