Decrypts the GroupInfo from a Welcome message using the provided key package,
without performing a full group join.
This is lighter than joinGroup — it stops after decrypting the group secrets
and group info, giving access to groupContext (group ID, epoch, extensions) and
GroupInfo-level extensions (ratchet tree, external pub).
Decrypts the GroupInfo from a Welcome message using the provided key package, without performing a full group join.
This is lighter than
joinGroup— it stops after decrypting the group secrets and group info, giving access togroupContext(group ID, epoch, extensions) andGroupInfo-level extensions (ratchet tree, external pub).