Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 13 Aug 2015 21:50:10 +0200
From: Agnieszka Bielec <bielecagnieszka8@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Agnieszka's weekly report #15

2015-08-11 8:00 GMT+02:00 Agnieszka Bielec <bielecagnieszka8@...il.com>:
> priorities:
> - check if this slow-down on my laptop is caused by the size of the kernel

no, before main computations is copying and xoring
and I removed computations from there, made that array is of type
ulong and copying and xoring is done by casting this array to ulong2*
all the time.
slowdown appeared after I changed type of array to ulong2 and removed
casting from code

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.