setMemoryCost() setMemoryCost(integer $cost) Setter for the memory cost property. Parameters integer $cost The algorithmic memory cost. Throws \Exception Validation errors.
getMemoryCost() getMemoryCost() : integer Getter for the memory cost property. Returns integer — The algorithmic memory cost.
setTimeCost() setTimeCost(integer $cost) Setter for the time cost property. Parameters integer $cost The algorithmic time cost. Throws \Exception Validation errors.
getTimeCost() getTimeCost() : integer Getter for the time cost property. Returns integer — The algorithmic time cost.
setThreadsCost() setThreadsCost(integer $cost) Setter for the threads cost property. Parameters integer $cost The algorithmic threads cost. Throws \Exception Validation errors.
getThreadsCost() getThreadsCost() : integer Getter for the threads cost property. Returns integer — The algorithmic threads cost.