parallelization property

int? parallelization
getter/setter pair

The parallelization cost parameter to be used by the STANDARD_SCRYPT hashing function.

This parameter, along with block_size and cpu_mem_cost help tune the resources needed to hash a password, and should be tuned as processor speeds and memory technologies advance.

Implementation

core.int? parallelization;