I am studying MD5 algorithm. I found out that there are four state variables (I am not sure what that means). Those variables are 0x67452301 , 0xEFCDAB89, 0x98BADCFE, and 0x10325476. I converted variables to decimals and came up with 1732584193, 4023233417, 2562383102, and 271733878 resepectively.
my question is, why those numbers? Are they special numbers?
h0-h3. And I'm going to guess they're sort of arbitrary, tweaked a little by trial and error as the algorithm was designed. – Grumdrig Nov 13 '09 at 4:30