Documentation ¶
Index ¶
- func LoadHexKeypair(keyStr string) (*ecdsa.PrivateKey, *ecdsa.PublicKey, error)
- func LoadKeypair(keyStr string) (*ecdsa.PrivateKey, *ecdsa.PublicKey, error)
- func LoadTSSNodePublicKey(keyStr string) (*ecdsa.PublicKey, error)
- func Sign(private *ecdsa.PrivateKey, message string) (string, error)
- func Verify(public *ecdsa.PublicKey, message, signature string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadHexKeypair ¶
func LoadKeypair ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.