如何在PHP中为元组构造唯一的哈希

时间:2016-03-22 19:37:51

标签: php hash hashcode

在PHP

中给出以下约束时,元组是否存在唯一的哈希函数
tuple length is 3

(int_1, int_2, enum)

1. int_1 has a length of 10
2. int_2 has a length of 10
3. enum has cardinality of 3 (3 total possibilities)

php散列函数(如md5或sha256)是否为元组的每个子集保证唯一的散列?

例如

(2, 1, 3)
(1, 2, 3)
(3, 1, 2)

都有不同的结果哈希

0 个答案:

没有答案