Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-04 | sha*.c: remove debug statement, which is redundant to hashmeter output | Jeff Garzik | |
2011-02-03 | Continue scanhash, even if high 32 bits are zero. | Jeff Garzik | |
Previously, we would stop the scan if the high 32 bits of the hash were zero, as a quick shortcut for testing the full hash. If this quick test succeeded, we would pass the work to the server for full validation. Change this logic to perform full validation inside minerd, so that work may be resumed more quickly if hash > target. | |||
2011-02-02 | Display proof-of-work hash when one is discovered | Jeff Garzik | |
2011-01-29 | Pass max-nonce as arg to each sha256 algo. | Jeff Garzik | |
Should be an equivalent transformation, with no behavior changes. | |||
2010-12-27 | sha256_cryptopp asm: byteswap input words | Jeff Garzik | |
2010-12-06 | sha256_cryptopp: Add crypto++ 32-bit assembly implementation | Jeff Garzik | |
2010-11-28 | Add Crypto++ sha256 implementation (C only, ASM elided for now) | Jeff Garzik | |