digitalmars.D.learn - MD5 -- My First D Class (comments, please)
- Brian White (11/11) May 16 2005 Attached is my first attempt at learning D by rewriting an MD5 class I
 
Attached is my first attempt at learning D by rewriting an MD5 class I 
had in C++.  I'm very interested to get some feedback on how I've 
written this.  Thanks!
Yes, I know there is md5 support in the standard D library, but its 
implementation lacks the internal visibility necessary to use it in an 
optimal manner when doing security (i.e. "hmac-md5").
                                           Brian
                                  ( bcwhite precidia.com )
-------------------------------------------------------------------------------
Love and pain become one and the same in the eyes of a wounded child. 
-PBenetar
 May 16 2005








 
 
 
 Brian White <bcwhite precidia.com>