Documentation ¶
Index ¶
Constants ¶
View Source
const ( MinRounds = 1 MaxRounds = 0x7fffffff // setting at 32-bit signed integer limit for now )
Variables ¶
View Source
var ErrInvalidRounds = fmt.Errorf("invalid number of rounds")
Indicates that the number of rounds specified is not in the valid range.
View Source
var ErrInvalidStub = fmt.Errorf("invalid stub")
Indicates that a password hash or stub is invalid.
Functions ¶
func Base64Decode ¶
func Base64Encode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.