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

1 line
1011 B
JSON
Raw Normal View History

2019-05-13 12:28:47 +02:00
[0, [{"class": "const", "name": "L1024N160", "type": ""}, {"class": "const", "name": "L2048N224", "type": ""}, {"class": "const", "name": "L2048N256", "type": ""}, {"class": "const", "name": "L3072N256", "type": ""}, {"class": "func", "name": "GenerateKey", "type": "func(priv *dsa.PrivateKey, rand io.Reader) error"}, {"class": "func", "name": "GenerateParameters", "type": "func(params *dsa.Parameters, rand io.Reader, sizes dsa.ParameterSizes) error"}, {"class": "func", "name": "Sign", "type": "func(rand io.Reader, priv *dsa.PrivateKey, hash []byte) (r *big.Int, s *big.Int, err error)"}, {"class": "func", "name": "Verify", "type": "func(pub *dsa.PublicKey, hash []byte, r *big.Int, s *big.Int) bool"}, {"class": "type", "name": "ParameterSizes", "type": "int"}, {"class": "type", "name": "Parameters", "type": "struct"}, {"class": "type", "name": "PrivateKey", "type": "struct"}, {"class": "type", "name": "PublicKey", "type": "struct"}, {"class": "var", "name": "ErrInvalidPublicKey", "type": "error"}]]