您要查找的是不是:
- Serves as a hash function for a particular type. 用作特定类型的哈希函数。
- Serves as a hash function for this object. 作为此对象的哈希函数。
- Supplies a hash code for an object, using a custom hash function. 使用自定义哈希函数为对象提供哈希代码。
- A hash function produces a fixed-size one-way hash value of the document. 哈希函数产生文档的固定长度单向哈希值。
- Sn. Exe computes the token using a hash function from the public key. Sn.;exe使用公钥中的哈希函数计算该标记。
- A hash function must always return the same hash code for the same key. 哈希函数必须始终为相同的键返回相同的哈希代码。
- A hash function produces a fixed-size oneway hash value of the document. 哈希函数产生文档的固定长度单向哈希值。
- Hash A unary function object type that acts a hash function for a Value. 一元函数对象类型,用作Value的散列函数。
- Hash functions usually produce constant-sized digests. 杂凑函数通常产生恒定大小的摘要。
- The hash function that van Lunteren devised for routing became essential for IBM's stream processor. 范卢特伦为路由设计的杂凑函数,遂成为IBM串流处理器的要件。
- In addition, a simpler hash function was given which sorked almost the same as the one in[1]. 此外,提出了一个与文献[]比计算量更小、列效果相当的散列函数。
- It is important that both the signer and the verifier use the same hash function to digest the data. 签名人和验证人必须使用相同的哈希函数对数据进行摘要。
- The cryptographic strength of HMAC depends on the properties of the underlying hash function. HMAC的加密强度取决于基础哈希函数的属性。
- So every extra little bit of overhead in your hash function can be a bottleneck. 因此,散列函数中每一点多余的开销都可能成为瓶颈。
- Each bucket is associated with a hash code, generated using a hash function and based on the key of the element. 每一存储桶都与一个哈希代码关联,该哈希代码是使用哈希函数生成的并基于该元素的键。
- A hash function is an algorithm that returns a numeric hash code based on a key. 哈希函数是基于键返回数值哈希代码的算法。
- Another property of a good hash function is that the output will not reflect the input in any discernable way. 好的杂凑函数的另一个特性是输出不以任何可辨认的方式反应输入。
- MD5(Message Digest) encryption algorithm is a one-way hash function in cryptography. MD5(Message Digest信息摘要)是密码学中的一种单向散列函数,它以512位的明文文本作为输入,输出恒为128位的散列值。
- In addition, a simpler hash function was given which sorked almost the same as the one in [1]. 此外,提出了一个与文献[1]相比计算量更小、散列效果相当的散列函数。
- If a key changes, the hash function will map to a different place to store the data. 如果键发生变化,哈希函数会映射到不同的地址来存储数据。