blockSize property

int? blockSize
getter/setter pair

The block size parameter used by the STANDARD_SCRYPT hashing function.

This parameter, along with parallelization 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? blockSize;