Name Description Size
Channel.js 79
InRoomChannel.js A key verification channel that sends verification events in the timeline of a room. Uses the event id of the initial m.key.verification.request event as a transaction id. 13349
ToDeviceChannel.js A key verification channel that sends verification events over to_device messages. Generates its own transaction ids. 13012
VerificationRequest.js State machine for verification requests. Things that differ based on what channel is used to send and receive verification events are put in `InRoomChannel` or `ToDeviceChannel`. @deprecated Avoid direct references: instead prefer {@link Crypto.VerificationRequest}. 34370