vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/crypto/elliptic.json

1 line
762 B
JSON

[0, [{"class": "func", "name": "GenerateKey", "type": "func(curve elliptic.Curve, rand io.Reader) (priv []byte, x *big.Int, y *big.Int, err error)"}, {"class": "func", "name": "Marshal", "type": "func(curve elliptic.Curve, x *big.Int, y *big.Int) []byte"}, {"class": "func", "name": "P224", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P256", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P384", "type": "func() elliptic.Curve"}, {"class": "func", "name": "P521", "type": "func() elliptic.Curve"}, {"class": "func", "name": "Unmarshal", "type": "func(curve elliptic.Curve, data []byte) (x *big.Int, y *big.Int)"}, {"class": "type", "name": "Curve", "type": "interface"}, {"class": "type", "name": "CurveParams", "type": "struct"}]]