export Secret Key
open suspend override fun exportSecretKey(conversationId: ConversationId, keyLength: UInt): ByteArray(source)
Derives and exports a secret of key_length bytes for the given conversation.
The secret is derived from the MLS key schedule's exporter mechanism (RFC 9420 ยง8.5), which produces output bound to the current group state and epoch. The exported value changes whenever the epoch advances.