Re: A83: Ti uses MD5


[Prev][Next][Index][Thread]

Re: A83: Ti uses MD5




As he said in his original email, and as is explained in the RFC, those are
not dynamic values.  They are what the registers are initialized to when
calculating an MD5 hash.  They must be the same for all implementations that
wish to generate the same hash value for the same input data.  If the hash
values are not consistent, then the algorithm is worthless.  There's no real
reason why not to comply with the RFC.  Doing so just makes everything
easier.

Btw, where are you going to find a z80 implemenation of MD5 to borrow?  If
you know, please let me know :)

> My problem with that is that generally you don't keep dynamic values in
> rom just for sheer RFC compliance (which I find hard to believe). The
> only way I would agree with that is if they got the routine from someone
> else and just added it, or that those values have to be the initial
> values for the md5-digest to work... but hey, whatever works. If it is
> true, then what do you plan to do with this knowledge?






References: