Searched refs:hasher (Results 1 – 11 of 11) sorted by relevance
31 const hasher = createHash(options.hashAlgorithm); constant34 hasher.update(createSourceId(source));35 hasher.update(source.hash);38 const hash = hasher.digest('hex');115 const hasher = createHash(options.hashAlgorithm); constant119 const hex = hasher.digest('hex');128 hasher.update(chunk);162 const hasher = createHash(options.hashAlgorithm); constant170 hasher.update(result.id);171 hasher.update(result.hex);[all …]
20 const hasher = (0, crypto_1.createHash)(options.hashAlgorithm);23 hasher.update(createSourceId(source));24 hasher.update(source.hash);27 const hash = hasher.digest('hex');87 const hasher = (0, crypto_1.createHash)(options.hashAlgorithm);91 const hex = hasher.digest('hex');100 hasher.update(chunk);126 const hasher = (0, crypto_1.createHash)(options.hashAlgorithm);132 hasher.update(result.id);133 hasher.update(result.hex);[all …]
27 public func hash(into hasher: inout Hasher) { in hash()28 hasher.combine(rawValue) in hash()
17 std::hash<T> hasher; in hash_combine() local19 seed ^= hasher(v) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in hash_combine()
118 * This is quite trivial but decent implementation of hasher function
417 * This is quite trivial but decent implementation of hasher function
364 * This is quite trivial but decent implementation of hasher function
452 * This is quite trivial but decent implementation of hasher function