bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SHA1Digest and SHA256Digest


From: Federico Montesino Pouzols
Subject: Re: SHA1Digest and SHA256Digest
Date: Fri, 22 Nov 2002 14:25:39 +0100
User-agent: Mutt/1.4i

        Hi,

On Fri, Nov 22, 2002 at 02:17:41PM +0100, Prochnow, Christian wrote:
> Hi List,
> 
> did a CVS update today and tried to compile the SHA*Digest classes.
> It compiled fine with my GCC under linux - but VC 7 .NET gives an error in 
> SHA1Digest and SHA256Digest class declarations.
> Adding the "operator=" to SHA1Digest and SHA256Digest fixed the problem for 
> VC 
> 7 .NET.

        Does a simple declaration work? Could you provide a patch?

> There also some other problems compiling the sha.cpp file:
> - in SHAConstant .. VC.NET does not know the "LL" number suffix

        I think that using uint64 typecast instead of LL could solve
this issue. Could you test it? I do not have a VC.NET at hand.

> - Win32 does not have bzero() - why not use memset ? bzero is deprecated

        fixed in CVS.

> - sha.cpp is missing in Visual Studio project file
> 

        Also fixed.

> i think the sha.cpp stuff is not ready for release in r1 !
> 
> Regards,
> Christian
> 
> 
> Am Freitag, 22. November 2002 13:48 schrieb Federico Montesino Pouzols:
> > Ok, it is in RELEASE1 now, including the last patch.
> >
> > On Thu, Nov 21, 2002 at 06:06:55PM -0500, David Sugar wrote:
> > > We probably could put sha in r1 as well as -HEAD...I don't see any
> > > immediate harm that could come from it's inclusion there, and it would
> > > get it some testing and early use.
> >
> > _______________________________________________
> > Bug-commoncpp mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/bug-commoncpp
> 
> -- 
> Christian Prochnow
> Berliner Freiverkehr (Aktien) AG - Kurfürstendamm 117 - 10711 Berlin, Germany
> Fon: +49-30-89606409, Fax: +49-30-89021389 - EMail: address@hidden
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]