|
Message-ID: <20130821193453.GA23401@openwall.com> Date: Wed, 21 Aug 2013 23:34:53 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Parallella: Litecoin mining Rafael, In your tree at: https://github.com/LordRafa/cgminer.git you're both adding new file epiphany-scrypt.c and making changes to the existing file scrypt.c. Perhaps changes to the latter should now be reverted? They're very minor: removing the static qualifier from scrypt_1024_1_1_256_sp(), and some whitespace edits. The former looks like a (minor) bug to me. In miner.h, you're adding DRIVER_EPIPHANY after DRIVER_MAX. I guess new drivers were meant to be added before DRIVER_MAX (if "MAX" means "maximum"). Here's diffstat of your changes: .gitignore | 2 Makefile.am | 9 - api.c | 4 build.sh | 10 + cgminer.c | 38 +++- configure.ac | 47 +++-- driver-epiphany.c | 253 ++++++++++++++++++++++++++++ driver-epiphany.h | 46 +++++ epiphany-scrypt.c | 477 +++++++++++++++++++++++++++++++++++++++++++++++++++++ epiphany_mailbox.h | 11 + miner.h | 21 ++ run.sh | 10 + scrypt.c | 8 13 files changed, 907 insertions(+), 29 deletions(-) Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.