# 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
*/.
# Type aliases
ECKind is the key type.