Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
4546
Topic
453
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.