I think this has come up before, but I'll ask again.

Encrypt.h includes a declaration for EncDigestMD5(). Can we count on having 
that in all versions of PalmOS? Even if it is only PalmOS 3 and higher it 
would be help. There is a freely available C implementation of MD5 that 
compiles to about 3Kb of object code, but I'd like to avoid that extra 3Kb.

Also, if this is going to be added or officially supported in the future, 
it would be nice if the implementation was more along the lines of the 
freely available one. It allows you to feed data to be hashed in chunks, 
rather than all at once. This can drastically reduce memory requirements.

LL

Reply via email to