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

Method CurveID

key_schedule.go:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func (p *x25519Parameters) CurveID() CurveID {
186 return X25519
187}
188
189func (p *x25519Parameters) PublicKey() []byte {
190 return p.publicKey[:]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected