This is the same value stored in MarmotGroupData.imageUploadKey. The
function exists so callers can re-derive the keypair from a previously
stored imageKey at any time — for example, to delete an old image blob
from Blossom after updating the group avatar.
Derives the Nostr keypair used to authenticate Blossom upload/delete requests for a group image (MIP-01).
Derivation:
This is the same value stored in
MarmotGroupData.imageUploadKey. The function exists so callers can re-derive the keypair from a previously storedimageKeyat any time — for example, to delete an old image blob from Blossom after updating the group avatar.