memoryCost property

int? memoryCost
getter/setter pair

Memory cost for hash calculation.

Used by scrypt and other similar password derivation algorithms. See https://tools.ietf.org/html/rfc7914 for explanation of field.

Output only.

Implementation

core.int? memoryCost;