Documentation
¶
Index ¶
Constants ¶
View Source
const ( LOWER = "abcdefghijklmnopqrstuvwxyz" UPPER = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" DIGITS = "0123456789" ALL = LOWER + UPPER + DIGITS )
Variables ¶
View Source
var BIP39_WORDS = []string{}/* 2048 elements not displayed */
Functions ¶
func RandomBool ¶
func RandomBool() bool
func RandomHumanReadablePassword ¶ added in v0.89.0
func RandomHumanReadablePassword() string
func RandomPassword ¶
func RandomString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.