Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:21 +05 2020. DO NOT EDIT.
Index ¶
- func GenerateKey(priv *dsa.PrivateKey, rand io.Reader) error
- func GenerateParameters(params *dsa.Parameters, rand io.Reader, sizes dsa.ParameterSizes) error
- func Sign(rand io.Reader, priv *dsa.PrivateKey, hash []byte) (*big.Int, *big.Int, error)
- func Verify(pub *dsa.PublicKey, hash []byte, r, s *big.Int) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateKey ¶
func GenerateKey(priv *dsa.PrivateKey, rand io.Reader) error
func GenerateParameters ¶
func GenerateParameters(params *dsa.Parameters, rand io.Reader, sizes dsa.ParameterSizes) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.