Documentation ¶
Index ¶
- func CreateECDSAKeyPair() (string, string, string, error)
- func CreateEdDSAKeyPair() (string, string, error)
- func SignECDSAMessage(privKey string, txMsg string) (string, error)
- func SignEdDSAMessage(priKey string, txMsg string) (string, error)
- func VerifyECDSASign(pubKey, msgHash, sig string) bool
- func VerifyEdDSASign(pubKey, msgHash, sig string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEdDSAKeyPair ¶
func VerifyECDSASign ¶
func VerifyEdDSASign ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.