Versions in this module Expand all Collapse all v0 v0.1.2 Oct 31, 2022 v0.1.1 Oct 31, 2022 Changes in this version + func AccountHex(publicKey []byte) string + func ExportPrivateKeyInPem(privateKey []byte) []byte + func ExportPublicKeyInPem(publicKey []byte) []byte + func ParseKeyFiles(pubKeyPath, privKeyPath string) keypair.KeyPair + func ParseKeyPair(publicKey, privateKey string) keypair.KeyPair + func ParsePrivateKey(pemEncoded string) []byte + func ParsePrivateKeyFile(path string) []byte + func ParsePublicKey(pemEncodedPub string) []byte + func ParsePublicKeyFile(path string) []byte + func Secp256k1Random() keypair.KeyPair