Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + var BcryptSecurityParameter = 12 + func ArmorInfoBytes(bz []byte) string + func ArmorPubKeyBytes(bz []byte, algo string) string + func EncryptArmorPrivKey(privKey cryptotypes.PrivKey, passphrase string, algo string) string + func UnarmorDecryptPrivKey(armorStr string, passphrase string) (privKey cryptotypes.PrivKey, algo string, err error) + func UnarmorInfoBytes(armorStr string) ([]byte, error) + func UnarmorPubKeyBytes(armorStr string) (bz []byte, algo string, err error) Other modules containing this package github.com/tpkeeper/cosmos-sdk