|
Message-ID: <9bdf7c97669034267709b46b87cd4053@smtp.hushmail.com> Date: Thu, 11 Apr 2013 00:28:38 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: default_cmp_all On 10 Apr, 2013, at 22:02 , jfoug <jfoug@....net> wrote: > If that is the case, then the original issue reported within raw-sha256-ng's > cmp_all requires correction. cmp_all should return a true value if any value > is found, and false otherwise. > > I think a simple change to this will 'fix' it: > > return _mm_movemask_epi8 (_mm_cmpeq_epi32 (tmp, zero)) != 0xffff; It does. I committed it for now. magnum
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.