Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parameters ¶
type Parameters struct { AuthKey []byte Iterations uint32 Memory uint32 Threads uint32 UseKeyfile bool }
Parameters contains all the information needed for logging in.
func GetParameters ¶
func GetParameters(db *bolt.DB) (Parameters, error)
GetParameters returns the authentication parameters.
Click to show internal directories.
Click to hide internal directories.