Documentation ¶
Index ¶
Constants ¶
View Source
const ( /* Maximum salt string length. */ SALT_LEN_MAX = 16 /* Default number of rounds if not explicitly specified. */ ROUNDS_DEFAULT = 5000 /* Minimum number of rounds. */ ROUNDS_MIN = 1000 /* Maximum number of rounds. */ ROUNDS_MAX = 999999999 )
Variables ¶
View Source
var ( ErrNoSalt = errors.New("no salt given form") ErrInvalidSalt = errors.New("invalid salt") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.