Questions about sha Abstracts

clipboard.png

message digest length message length packet length calculates word length. What does step length mean?

Oct.29,2021

according to the definition of Wikipedia :

  • message digest length is the range of the hash function, that is, the value returned by the hash function has several digits of (bit)
  • .
  • message length is the definition field of the hash function , that is, the maximum length of the input parameter when the hash function is called, in words
  • .
  • packet size refers to block size , that is, the unit length at which the input data is split when calculating the hash
  • .
  • calculate word length and number of steps are implementation details. For more information, please see word and repeated replies in SHA-2 .
Menu