defaultParams property

ScryptParams defaultParams
read / write

Implementation

static ScryptParams defaultParams = ScryptParams(
    n: Constant.defaultScrypt['cost'],
    r: Constant.defaultScrypt['blockSize'],
    p: Constant.defaultScrypt['parallel'],
    dkLen: Constant.defaultScrypt['size'])