Post
Topic
Board Development & Technical Discussion
Re: Faster SHA-256, MSVC build
by
Olipro
on 20/07/2010, 22:37:53 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.

really? I'm struggling to see how that implementation could possibly be faster.