Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/cache/
DDigestCalculator.java36 private static final HashFunction HASH_FUNCTION = Hashing.sha256(); field in DigestCalculator
55 }.hash(HASH_FUNCTION).asBytes(); in compute()
77 return DigestCalculator.buildDigest(HASH_FUNCTION.hashBytes(blob).asBytes(), blob.length); in compute()