1) spread the row(hash) function
散列(hash)函数
2) hash function
hash函数
1.
Construction of one-for-one Hash function mapping between permutation group and integral number;
置换群与整数间一对一Hash函数的构建
2.
Fragile image watermarking algorithm based on Hash functions;
基于Hash函数的脆弱图像水印算法
3.
Improved algorithm of dynamic secret sharing schemes based on Hash function;
基于Hash函数的动态密钥分存技术的改进
3) Hash functions
Hash函数
1.
Research on Security of Hash Functions;
Hash函数的安全性研究
2.
The Study and Design of the Website Information Survivability System Based on Hash Functions and Automatism Recovery Technology;
基于Hash函数和自动恢复技术的网站抗毁系统研究与实现
3.
All the existed sequential digital multi-signature schemes use Hash and Redundancy functions,so it will take a risk of using Hash functions and Redundancy functions.
现有的有序多重数字签名方案都使用了Hash函数和消息冗余函数,这必将承受由Hash函数和消息冗余函数带来的安全威胁。
4) hash
[英][hæʃ] [美][hæʃ]
HASH函数
1.
Summary of the image is generated through Hash function and the difference matrix of the carrier
结合Hash函数和宿主图像的差值矩阵生成图像摘要,将摘要作为水印信息嵌入到宿主图像中,接收端可以检测篡改,并能实现块大小为2×2的篡改定位。
2.
Combined with the well-known scheme ECDSA,the design of the presented scheme has no time waste inverse operation through all the process,from key producing,signature calculation to verifying calculation,and use the hamming weight of Hash code of a message instead of Hash code itself to participate in the signature and verifying calculation,which can improve the computation efficiency.
与ECDSA签名方案相比,该方案从密钥产生到签名、验证整个过程中都没有使用最费时的求逆运算,并且采用Hash函数的汉明重量代替Hash函数本身参与签名和验证的计算,提高了运算效率,适用于实时性要求较高的场合。
5) Hash function chains
Hash函数链
1.
Research on the Fair Exchange Protocol Using Hash Function Chains;
利用Hash函数链的公平交易协议研究
6) universal hash function
泛hash函数
1.
For efficiently processing a vector of strings,a parallel universal hash family was defined,its output was then put into another universal hash function.
VHMAC基于泛hash函数族的合成。
补充资料:散列算法
散列算法
hashing algorithms
50门{IeS日onfo散yJJ算法(hashing algorithms)一种建表和查表的算法。设表中元素取自集合U,采用散列法建表的方法是:构造一个映射h,使u二(0,1,一,n一1)。建立一个大小为n的数组HT,称为散列表。h(a)即为元素a任U存放在散列表中的地址。 散列法常用于U很大而n较小且动态建表的场合。例如在FORTRAN语言中大约有1.62xl。”个可能的标识符,而在一特定程序中使用的标识符仅为几十至几百个,可依此确定散列表的大小。显然,h可能会将U中不同元素映射到同一地址,从而产生冲突。解决冲突的方法通常有两种:①链表:HT的数组元素是指向链表的指针,具有相同映射值的元素置于同一地址的链表中;②使用一映射序列,若地址h(a)已有元素存在其中,则顺次计算其他映射,直至可存放为止。若整个散列表已存满,再存放元素时就要产生溢出,此时可使用再散列技术把表扩大。 散列函数即映射h。对它的主要要求是U中元素能比较均匀地分布在数组中。选择适当的正整数M(例如素数),h(a)一amodM就是一种简单而有效的散列函数。 删除表中元素是建表的逆过程。若要在非链地址处理冲突的散列表中删除一个记录,则需在该记录的位置上填人一个特殊的符号,以免找不到在它之后填人的与它相同映射的元素。采用散列技术可以缩短查表时间。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条