Function encryptGroupMessage

  • Encrypt a message using the group symmetric key.

    Parameters

    • message: string

      The message to be encrypted.

    • group_symmetric_key: string

      The group symmetric key used for encryption.

    Returns HexCipher

    HexCipher - The encrypted ciphertext and nonce.

Generated using TypeDoc