> I don't think the issue right now is "how" to implement it (because with > yours we now seem to have three implementations) but rather "where".
Well,my vote would be a category method on NSString which takes bytes. The outcome is a string, not data, and strings should be retiurned by class methods on NSString. > - (NSData *)md5Digest; /* This method actually implements the calculations*/ ...why is the digest being returned as data ? I thought MD5 digests were always strings... > But more importantly is where these Categories should go: Agreeg. And I have no opinion on this - not qualified to comment :-) -bat. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
