aboutsummaryrefslogtreecommitdiff
path: root/sha256_via.c
AgeCommit message (Expand)Author
2011-10-01Rip out sha256 algosArt Forz
2011-03-20Ensure cpuminer-config.h is universally included, in *.c and *.h alike.Jeff Garzik
2011-03-17Introduce ability to interrupt hash scanners in the middle of scanning.Jeff Garzik
2011-02-17Mark hash success as unlikely, using __builtin_expect() intrinsicJeff Garzik
2011-02-04sha*.c: remove debug statement, which is redundant to hashmeter outputJeff Garzik
2011-02-03Continue scanhash, even if high 32 bits are zero.Jeff Garzik
2011-02-02Display proof-of-work hash when one is discoveredJeff Garzik
2011-01-29Pass max-nonce as arg to each sha256 algo.Jeff Garzik
2010-12-26Move 32-bit swap code into miner.h, for sharing.Jeff Garzik
2010-12-23sha256_via: ensure that found nonce is copied back into output data bufferJeff Garzik
2010-12-19sha256_via: ensure proper data area is fully checksummedJeff Garzik
2010-12-06sha256_via: align tmp_hash1 to 128, to avoid stack clobberJeff Garzik
2010-11-27Move sha256_generic into its own .o build output. Const-ify midstate param.Jeff Garzik
2010-11-27sha256_via: add further comments on byte-swapping workJeff Garzik
2010-11-27Add experimental (read: probably broken) VIA padlock support.Jeff Garzik