MCPcopy
hub / github.com/OpenNHP/opennhp / OfficialSM2Curve

Struct OfficialSM2Curve

endpoints/kgc/curve/curve.go:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type OfficialSM2Curve struct {
190 curve elliptic.Curve
191}
192
193func (c *OfficialSM2Curve) Params() *CurveParams {
194 A := new(big.Int).Mod(big.NewInt(-3), c.curve.Params().P)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected