encryptAesHmacSha2

suspend fun encryptAesHmacSha2(content: ByteArray, key: ByteArray, name: String, initialisationVector: ByteArray = SecureRandom.nextBytes(16)): SecretKeyEventContent.AesHmacSha2Key.AesHmacSha2EncryptedData