Marmot-TS
    Preparing search index...

    Function createEncryptedGroupEventContent

    • Encrypts the content of a group event using MIP-03.

      Parameters

      • __namedParameters: { ciphersuite: CiphersuiteImpl; message: MlsMessage; state: ClientState }
        • ciphersuite: CiphersuiteImpl

          The ciphersuite implementation

        • message: MlsMessage

          The MLS message to encrypt

        • state: ClientState

          The ClientState for the group (to get exporter_secret)

      Returns Promise<string>

      The encrypted content