Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 13 May 2011 17:44:22 -0400
From: Alain Espinosa <alainesp@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: NT_fmt bug

Hi. Here are the changes needed:


line 1472 in file 'x86-sse.S' change to:
...................................................
movdqa const_init_d, d;					\
movl const_init_d, d3;					\
										\
paddd (256*base)+nt_buffer4x, a;		\
addl (64*base)+nt_buffer1x, a3;			\
movdqa a, t1;							\
pslld $3, a;							\
roll $3, a3;							\
psrld $29, t1;							\
por t1, a;								\
										\
STEP1(d, a, b, c, d3, a3, b3, c3, 1 , 7 , base)		\
.......................................................



line 1228 in file 'x86-64.S' change to:
.......................................................
movdqa const_init_d(%rip), d;					\
movdqa const_init_d(%rip), d3;					\
												\
paddd (512*base)+nt_buffer8x(%rip), a;			\
paddd (512*base)+16+nt_buffer8x(%rip), a3;		\
movdqa a, t1;									\
movdqa a3, t13;									\
pslld $3, a;									\
pslld $3, a3;									\
psrld $29, t1;									\
psrld $29, t13;									\
por t1, a;										\
por t13, a3;									\
												\
STEP1(d, a, b, c, d3, a3, b3, c3, 1 , 7 , base)		\
........................................................

saludos,
alain

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.