args... still needs charset minimums (how?)

This commit is contained in:
2022-03-03 04:26:44 -05:00
parent 1cb6879786
commit 480dcd7e24
11 changed files with 254 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
package pwgenerator
// Defaults.
const (
DefCount uint = 1
DefMaxLen uint = 256
DefMinLin uint = 1
)
// Pre-defined charsets.
var (
// upper contains the characters from 0x41 to 0x5a ([A-Z]).