Use the hashing algorithm in Example 361 to find the hash va
Use the hashing algorithm in Example 3.6.1 to find the hash value for the message IF IT\'S A GOOD IDEA, GO AHEAD AND DO IT. Example 3.6.1 Hashing algorithm H(x)=y1, y2, y3, y4, y5 X=ITISM UCHEA SIERT OAPOL OGIZE THANI TISTO GETPE RMISS IONXX
Solution
i t i s m
u c h e a
s i e r t
o a p o l
o g i z e
t h a n i
t i s t o
g e t p e
r m i s s
i o n x x
h(x)=x mod 10
y1 =I+U+S+O+O+T+T+G+R+I = N(mod 10)
y 2 =T+C+I+A+G+H+I+E+M+O = C(mod 10)
y 3 =I+H+E+P+I+A+S+T+I+N = W(mod 10)
y 4 =S+E+R+O+Z+N+T+P+S+X = K(mod 10)
y 5 =M+A+I+L+E+I+O+E+S+X = J(mod 10)
