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

Struct nistParameters

key_schedule.go:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152type nistParameters struct {
153 privateKey []byte
154 x, y *big.Int // public key
155 curveID CurveID
156}
157
158func (p *nistParameters) CurveID() CurveID {
159 return p.curveID

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected