Post
Topic
Board Development & Technical Discussion
Re: Faster SHA-256, MSVC build
by
BlackEye
on 20/07/2010, 22:20:05 UTC
You could try the SHA2 implementation from : http://polarssl.org/

With a simple test in Visual Studio 2008 of a busy loop executing the hash function it was able to hash at 1.5x the rate that bitcoin does.