Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 25 Jul 2013 17:32:17 +0200
From: Katja Malvoni <kmalvoni@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Parallella: bcrypt

On Thu, Jul 25, 2013 at 5:22 PM, Solar Designer <solar@...nwall.com> wrote:

> You may check the compiled code before/after this change with "size" and
> "objdump -d".  Did some instructions change from 32 to 16 bits?
>

Only mov instructions, others are 32 bits. Size before change is:

   text         data        bss        dec        hex      filename
   7866       4120         16      12002       2ee2
parallella_e_bcrypt.elf

and after change it's:

   text         data        bss        dec        hex      filename
   7858       4120         16      11994       2eda
parallella_e_bcrypt.elf


Katja

Content of type "text/html" skipped

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.