Searched refs:hashType (Results 1 – 2 of 2) sorted by relevance
43 var hashType = HashType.SHA256 variable in expo.modules.updates.db.entity.AssetEntity
103 fun hashTypeToInt(hashType: HashType?): Int { in hashTypeToInt()