Versions in this module Expand all Collapse all v0 v0.33.2 Apr 3, 2019 Changes in this version + var BcryptSecurityParameter = 12 + func ArmorInfoBytes(bz []byte) string + func ArmorPubKeyBytes(bz []byte) string + func EncryptArmorPrivKey(privKey crypto.PrivKey, passphrase string) string + func UnarmorDecryptPrivKey(armorStr string, passphrase string) (crypto.PrivKey, error) + func UnarmorInfoBytes(armorStr string) (bz []byte, err error) + func UnarmorPubKeyBytes(armorStr string) (bz []byte, err error)