MCPcopy Index your code
hub / github.com/XTLS/Go / x25519Parameters

Struct x25519Parameters

key_schedule.go:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180type x25519Parameters struct {
181 privateKey []byte
182 publicKey []byte
183}
184
185func (p *x25519Parameters) CurveID() CurveID {
186 return X25519

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected