Re: [fpc-pascal] Re: SHA1 implementation

2009-06-29 Thread Graeme Geldenhuys
Paul Nicholls wrote:
 
 http://wiki.freepascal.org/DCPcrypt

Ah thanks, I already use the Blowfish implementation from that package,
but for some reason never thought to look in there for the SHA1
implementation. In the end I got a nice lightweight (single unit)
implementation that also passes all unit tests based on various
documentation.


Regards,
  - Graeme -

___
fpGUI - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Re: SHA1 implementation

2009-06-28 Thread Paul Nicholls
Graeme Geldenhuys 
graemeg-7urf0cyadk+bldxiawxz59huzzzso...@public.gmane.org wrote in message 
news:4a47b06f.4030...@opensoft.homeip.net...
 Hi,

 Does FPC contain a cross-platform SHA1 algorithm implementation?  I used 
 Lazarus IDE's Search in files feature across the whole FPC 2.2.5 and saw 
 some references to the word sha1, but nothing that looks like the actual 
 implementation.


 Regards,
 - Graeme -


Hi Graeme,
Maybe this will help?

http://wiki.freepascal.org/DCPcrypt

cheers,
Paul 

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal