Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问一下,哈希函数是否有权重分布方程?
就像在通道编码理论中一样,reed-solmon 的权重枚举器方程可以为您提供 wight i 的单词数。
谢谢
如果您的意思是加密哈希函数,那么肯定不是。理想情况下,密码散列函数可以具有任何值,因此给定长度的每个单词在密码散列函数下都是可能的。Reed-Solomon 码是线性码,每个词的最小权重就是码的距离,与散列函数一点也不相似。