|
Message-ID: <20150927194121.GA1757@openwall.com> Date: Sun, 27 Sep 2015 22:41:21 +0300 From: Aleksey Cherepanov <lyosha@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: Re: ztex 1.15y boards, pre-development Katja, On Mon, Jul 27, 2015 at 03:03:34AM +0300, Aleksey Cherepanov wrote: > I think, I got how to bypass it: read 5 times and skip results from > first 4 times. Also there is a difference: with wrong data I got 32 > bytes back, while good data come in 34 bytes "packet". I found why there is additional word that causes 34 bytes instead of 32: you check cnt >= 16 while you need cnt >= 15 because you already read 16 words at cnt == 15. Thanks! -- Regards, Aleksey Cherepanov
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.