index
:
cpuminer
cell-be-optimizations
cpumine
scrypt-bigendian
Cell BE optimized miner for litecoin http://yyz.us/bitcoin/
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sha256_via.c
Age
Commit message (
Expand
)
Author
2011-10-01
Rip out sha256 algos
Art Forz
2011-03-20
Ensure cpuminer-config.h is universally included, in *.c and *.h alike.
Jeff Garzik
2011-03-17
Introduce ability to interrupt hash scanners in the middle of scanning.
Jeff Garzik
2011-02-17
Mark hash success as unlikely, using __builtin_expect() intrinsic
Jeff Garzik
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
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
2010-12-26
Move 32-bit swap code into miner.h, for sharing.
Jeff Garzik
2010-12-23
sha256_via: ensure that found nonce is copied back into output data buffer
Jeff Garzik
2010-12-19
sha256_via: ensure proper data area is fully checksummed
Jeff Garzik
2010-12-06
sha256_via: align tmp_hash1 to 128, to avoid stack clobber
Jeff Garzik
2010-11-27
Move sha256_generic into its own .o build output. Const-ify midstate param.
Jeff Garzik
2010-11-27
sha256_via: add further comments on byte-swapping work
Jeff Garzik
2010-11-27
Add experimental (read: probably broken) VIA padlock support.
Jeff Garzik