Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrivKeyName = "tendermint/PrivKey256" PubKeyName = "tendermint/PubKey256" ProvType = "256" KeyType = gkeys.KeyType + " " + ProvType PubKeySize = gkeys.PubKeySize256 PrivKeySize = gkeys.PrivKeySize256 )
-------------------------------------
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivKey ¶
type PrivKey gkeys.PrivKey256
func GenPrivKey ¶
func GenPrivKey() PrivKey
func GenPrivKeyWithInput ¶
Click to show internal directories.
Click to hide internal directories.