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

Function ecdheECDSAKA

cipher_suites.go:594–599  ·  view source on GitHub ↗
(version uint16)

Source from the content-addressed store, hash-verified

592}
593
594func ecdheECDSAKA(version uint16) keyAgreement {
595 return &ecdheKeyAgreement{
596 isRSA: false,
597 version: version,
598 }
599}
600
601func ecdheRSAKA(version uint16) keyAgreement {
602 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…