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

Function ecdheECDSAKA

cipher_suites.go:610–615  ·  view source on GitHub ↗
(version uint16)

Source from the content-addressed store, hash-verified

608}
609
610func ecdheECDSAKA(version uint16) keyAgreement {
611 return &ecdheKeyAgreement{
612 isRSA: false,
613 version: version,
614 }
615}
616
617func ecdheRSAKA(version uint16) keyAgreement {
618 return &ecdheKeyAgreement{

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…