-
The House and Senate are to begin soon hashing out an agreement for sanctions legislation.
参众两院很快将通过充分讨论就制裁立法达成一项协议。
-
No defined hashing operations.
无定义的散列操作。
-
Choose the right hashing algorithms.
选择合适的hashing算法。
-
Integrity is provided by hashing the messages.
通过将消息进行哈希处理提供完整性。
-
This mode adds “distribution” based on consistent hashing.
该模式增加了“分布式”特性,这是一种基于哈希一致性的技术。
散列法(Hashing)或哈希法是一种将字符组成的字符串转换为固定长度(一般是更短长度)的数值或索引值的方法,称为散列法,也叫哈希法。由于通过更短的哈希值比用原始值进行数据库搜索更快,这种方法一般用来在数据库中建立索引并进行搜索,同时还用在各种解密算法中。