Manuel Guesdon wrote:

On Wed, 22 Jan 2003 19:31:22 +0100 David Ayers <[EMAIL PROTECTED]> wrote:

>| >
>| GSHTMLURLValueElement.m and GSWSession.m

Sorry, I was searching in GDL2 :-)
Yes, GSMD5 and few another functions are used in these 2 classes.
In GSHTMLURLValueElement.m, it's used to generate cid for sending components by email (I should write a documentation on
this :-)
In GSWSession, it is used to genrate better sessionIDs.
I prefer to keep gscryt dependancy to avoid code duplication. gscrypt is a small library in dev-libs.

To reduce dependancies, I think one could conditionalize pam library in gscrypt because it is used only by GSPam without connection to other
classes.


Actually, base includes md5.c/h and I was wondering whether it would be better if we added a set of categories to base's NSData to return md5 digests of NSData. It seems that the c-api would be available but nothing in base seems to use it yet. (At least I couldn't find it.) If the only reason this hasn't been done is because simply no one has done it yet, then I could try to hack up an implementation.

Cheers,
Dave




_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep


Reply via email to