北京交通大学密码学第11章hash函数.pptVIP

  • 10
  • 0
  • 约1.35万字
  • 约 78页
  • 2017-08-25 发布于广东
  • 举报
北京交通大学密码学第11章hash函数

* * * * * * * * * * * * * * The structure of each of the 80 rounds is shown in Stallings Figure 11.10. Each 64-bit word is shuffled along one place, and in some cases manipulated using a series of simple logical functions (ANDs, NOTs, ORs, XORs, ROTates), in order to provide the avalanche completeness properties of the hash function. The elements are: Ch(e,f,g) = (e AND f) XOR (NOT e AND g) Maj(a,b,c) = (a AND b) XOR (a AND c) XOR (b AND c) ∑(a) = ROTR(a,28) XOR ROTR(a,34) XOR ROTR(a,39) ∑(e) = ROTR(e,14) XOR ROTR(e,18) XOR ROTR(e,41) + = addition modulo 2^64 Kt = a 64-bit additive constant

文档评论(0)

1亿VIP精品文档

相关文档