PwHashConfig

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

struct PwHashConfig {
ulong opslimit;
size_t memlimit;
}

Meta