Age | Commit message (Expand) | Author |
---|---|---|
2010-12-23 | sha256_via: ensure that found nonce is copied back into output data buffer | 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 |
2010-11-27 | Move sha256_generic into its own .o build output. Const-ify midstate param. | Jeff Garzik |
2010-11-27 | miner.h: include sys/time.h for struct timeval definition | Jeff Garzik |
2010-11-27 | Add experimental (read: probably broken) VIA padlock support. | Jeff Garzik |
2010-11-27 | Improve and modularize compile-time CPU detection. | Jeff Garzik |
2010-11-26 | Improve hash performance statistics. | Jeff Garzik |
2010-11-26 | Add tcatm's 4way SSE2 sha256 implementation. | Jeff Garzik |
2010-11-26 | Replace argp with getopt_long | Jeff Garzik |
2010-11-25 | Move utility routines to util.c. | Jeff Garzik |