DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17091>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17091

[Codec] Add MD5 and SHA digest algorithms





------- Additional Comments From [EMAIL PROTECTED]  2003-06-13 23:30 -------
I poked around, and it seems that ant's checksum task actually uses the
java.security package for checksums rather than its own implementation. From
just a quick glance, it seems that it would be reasonably simple to migrate
except for a couple of problems: java.security supports md5 and sha1 and
probably a number of others, all specified by name. Do we want to mimic that
front-end of using a String name to obtain references to empty digest states?
We'd probably want to get a better idea of what other algorithms are hiding in
java.security before worrying about that sort of thing (I'll look into it)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to