PwHashConfig

Struct containing configuration for password hashing. Specifically the parameters to control the amount of CPU and memory required.

struct PwHashConfig {}

Members

Variables

memlimit
size_t memlimit;
Undocumented in source.
opslimit
ulong opslimit;
Undocumented in source.

Meta