MCPcopy Create free account
hub / github.com/XTLS/REALITY / ecdheRSAKA

Function ecdheRSAKA

cipher_suites.go:617–622  ·  view source on GitHub ↗
(version uint16)

Source from the content-addressed store, hash-verified

615}
616
617func ecdheRSAKA(version uint16) keyAgreement {
618 return &ecdheKeyAgreement{
619 isRSA: true,
620 version: version,
621 }
622}
623
624// mutualCipherSuite returns a cipherSuite given a list of supported
625// ciphersuites and the id requested by the peer.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…