Searched refs:HashType (Results 1 – 3 of 3) sorted by relevance
6 import expo.modules.updates.db.enums.HashType98 fun intToHashType(value: Int): HashType { in intToHashType()99 return HashType.SHA256 // only one hash type for now, SHA256 = 0 in intToHashType()103 fun hashTypeToInt(hashType: HashType?): Int { in hashTypeToInt()
5 import expo.modules.updates.db.enums.HashType43 var hashType = HashType.SHA256
3 enum class HashType { class