I was going through some documents and I stumbled upon a problem, where it stated that "Based on MD5 hash function algorithm, if we need 2467 blocks or 1263104 bits and padding size is 51 bits. Then what would be the length of the message? "
I tried adding the bits like, 1263104 + 51 ( Padding bits ) + 461 ( additional Bits ) = 1263616. Is this the proper length of the message ? or Am I missing anything ?