|
Message-ID: <20150725172701.GA3004@openwall.com> Date: Sat, 25 Jul 2015 19:27:01 +0200 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: PHC: my yescrypt and lyra2 benchmarks On Sat, Jul 25, 2015 at 07:20:54PM +0200, Agnieszka Bielec wrote: > 2015-07-25 19:16 GMT+02:00 Solar Designer <solar@...nwall.com>: > > On Sat, Jul 25, 2015 at 07:12:29PM +0200, Agnieszka Bielec wrote: > >> 2015-07-25 19:02 GMT+02:00 Solar Designer <solar@...nwall.com>: > >> > On Sat, Jul 25, 2015 at 06:40:13PM +0200, Agnieszka Bielec wrote: > >> >> Benchmarking: yescrypt-opencl [Salsa20/8 OpenCL > >> > > >> > This should be something like "pwxform Salsa20/8 OpenCL" except when > >> > running without YESCRYPT_RW (in which case your output is correct). > >> > >> but I can't make this output changeable according to salt > > > > Well, maybe make it "pwxform Salsa20/8 OpenCL" if any salt has > > YESCRYPT_RW, and "Salsa20/8 OpenCL" if none do. > > > > ... or just make it "pwxform Salsa20/8 OpenCL" for now and plan to > > implement the above later. > > is this possible? it's defined and passed to struct fmt_main You can change this pointer value in the struct to re-point to a different one of these two strings in reset(). I don't know whether this is possibly too late (line already printed) or not. 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.