> Yesterday @ 9:03pm Vinay Pai wrote:
>
> > The MD5 hash is 128 bits long. This means that there are
> > 340,282,366,920,938,463,463,374,607,431,768,211,456 values. This
> means
>
> Just curious.
> How did you calculate this?
>
> according to xcalc
> 2^128 = 3.402823e+38
Using bc... it uses arbitrary precision arithmetic.