Function decryptGroupMessage

  • Decrypt a message using the group symmetric key.

    Parameters

    • ciphertext: string

      The encrypted ciphertext.

    • nonce: string

      The nonce used for encryption.

    • group_symmetric_key: string

      The group symmetric key used for decryption.

    Returns null | string

    string | null - The decrypted message or null if decryption fails.

Generated using TypeDoc