[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MD5
From: |
Pete French |
Subject: |
Re: MD5 |
Date: |
Thu, 23 Jan 2003 11:50:40 +0000 |
> 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.
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, (continued)
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- Re: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, David Ayers, 2003/01/22
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- Re: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, David Ayers, 2003/01/22
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- Re: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, David Ayers, 2003/01/22
- Re[2]: [GSWHackers] [PATCH/RFC] GSWeb - single GSW/WO namespace frameworks, Manuel Guesdon, 2003/01/22
- MD5, David Ayers, 2003/01/22
- Re: MD5, Pete French, 2003/01/23
- Re: MD5, David Ayers, 2003/01/23
- Re: MD5,
Pete French <=
- Re: MD5, Richard Frith-Macdonald, 2003/01/23
- Re: MD5, David Ayers, 2003/01/23
- Re[2]: MD5, Manuel Guesdon, 2003/01/24
- Re: MD5, David Ayers, 2003/01/24
- Re: MD5, Richard Frith-Macdonald, 2003/01/24
- Re: MD5, David Ayers, 2003/01/24
- Re: MD5, David Ayers, 2003/01/24
- Re[2]: MD5, Manuel Guesdon, 2003/01/25