Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EcdsaSign ¶
func EcdsaSign(priv *ecdsa.PrivateKey, text []byte) (string, error)
EcdsaSign The encryption result of the text signature is returned. The result is the serialization and splicing of the digital certificate R and s, and then converted into string with hex
func EcdsaSignDecode ¶
EcdsaSignDecode r, s String parsing
func EcdsaSignEncode ¶
EcdsaSignEncode r, s Convert to string
Types ¶
Click to show internal directories.
Click to hide internal directories.