Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MinWordCount defines the lowest bound for allowed word count. MinWordCount = 4 // MaxWordCount defines the highest bound for allowed word count. MaxWordCount = 24 // BasicWordCount defines basic passphrase word count (4 words). BasicWordCount = 4 // StrongWordCount defines strong passphrase word count (8 words). StrongWordCount = 8 // ParanoidWordCount defines paranoid passphrase word count (12 words). ParanoidWordCount = 12 // MasterWordCount defines master passphrase word count (24 words). MasterWordCount = 24 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.