Documentation ¶
Index ¶
- Variables
- func GetPublicKeyHex(sk S) (S, E)
- func HexPubkeyToBytes[V B | S](hpk V) (pkb B, err E)
- func IsValid32ByteHex(pk string) bool
- func IsValidPublicKey(pk string) bool
- func SecretBytesToPubKeyHex(skb B) (pk S, err E)
- func SecretToPubKeyBytes(skb B) (pk B, err E)
- type B
- type Ctx
- type E
- type N
- type S
Constants ¶
This section is empty.
Variables ¶
View Source
var GeneratePrivateKey = func() B { return GenerateSecretKeyHex() }
Functions ¶
func GetPublicKeyHex ¶
func IsValid32ByteHex ¶
func IsValidPublicKey ¶
func SecretBytesToPubKeyHex ¶
func SecretToPubKeyBytes ¶ added in v1.0.0
Types ¶
Click to show internal directories.
Click to hide internal directories.