On Wed, 22 Jan 2003 19:31:22 +0100 David Ayers <d.ayers@inode.at> 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.