package
4.0.6
Repository: https://github.com/romarq/go-tezos.git
Documentation: pkg.go.dev

# Functions

FromBase58 returns a new key from a private key in base58 form.
FromBase64 returns a new key from a private key in base64 form.
FromBytes returns a new key from a private key in byte form.
FromEncryptedSecret returns a new key from an encrypted private key.
FromHex returns a new key from a private key in hex form.
FromMnemonic returns a new key from a mnemonic.
Generate returns a new cryptographic key based on the kind of elliptical curve passed * Ed25519 * Secp256k1 * NistP256 */.

# Constants

Ed25519 https://tools.ietf.org/html/rfc8032.
NistP256 https://tools.ietf.org/html/rfc5656.
Secp256k1 https://tools.ietf.org/html/rfc4492.

# Structs

Key is the cryptographic key to a Tezos Wallet.
PubKey is the public key to a Tezos Wallet.
Signature represents the signature of an operation.

# Type aliases

ECKind is the key type.