//
pkg.gl
Category
github.com/jsign/go-filsigner
secp256k1
package
0.4.1
Repository:
https://github.com/jsign/go-filsigner.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
53 SLOC
#
Functions
GetPubKey
GetPubKey returns the public key from the private key.
Sign
Sign creates a secp256k1 signature of a message using a private key.
Verify
Verify verifies that a message is correctly signed by a public key.