ECDHRendezvous Channel
class ECDHRendezvousChannel( var transport: RendezvousTransport, algorithm: SecureRendezvousChannelAlgorithm, theirPublicKeyBase64: String?) : RendezvousChannel
Content copied to clipboard
Implements X25519 ECDH key agreement and AES-256-GCM encryption channel as per MSC3903: https://github.com/matrix-org/matrix-spec-proposals/pull/3903
Constructors
Link copied to clipboard
fun ECDHRendezvousChannel( transport: RendezvousTransport, algorithm: SecureRendezvousChannelAlgorithm, theirPublicKeyBase64: String?)
Content copied to clipboard