Home
last modified time | relevance | path

Searched refs:checkLevel (Results 1 – 1 of 1) sorted by relevance

/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php48 * @param bool $checkLevel whether to check that level bytes are in increasing order
50 private function __construct(array $bytes, $checkLevel) { argument
90 if ($checkLevel && $previousLevel >= $level) {