|
Message-ID: <CA+EaD-Y5W3HyLwTTPEFz9nn0N+W368Po-gCgxYorVTtO459jOA@mail.gmail.com>
Date: Sun, 26 May 2013 20:31:15 +0200
From: Katja Malvoni <kmalvoni@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: Parallella: bcrypt
Hello,
I tested the performance of bcrypt on one Epiphany core. These are the
results:
SIZE-OPTIMIZED bcrypt implementation compiled with -O1
Message from eCore 0x88a ( 2, 2): Result:
"$2a$05$CCCCCCCCCCCCCCCCCCCCC.E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW"#
Execution time - Epiphany: 50.024000 ms
SIZE-OPTIMIZED bcrypt implementation compiled without -O1
Message from eCore 0x88a ( 2, 2): Result:
"$2a$05$CCCCCCCCCCCCCCCCCCCCC.E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW"#
Execution time - Epiphany: 111.164000 ms
ORIGINAL bcrypt implementation compiled with -O1
Message from eCore 0x88a ( 2, 2): Result:
"$2a$05$CCCCCCCCCCCCCCCCCCCCC.E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW"#
Execution time - Epiphany: 47.794000 ms
ORIGINAL bcrypt implementation using legacy.ldf
Message from eCore 0x88a ( 2, 2): Result:
"$2a$05$CCCCCCCCCCCCCCCCCCCCC.E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW"#
Execution time - Epiphany: 40921.396000 ms
Size-optimized -
http://git.musl-libc.org/cgit/musl/tree/src/crypt/crypt_blowfish.c
Original - www.openwall.com/crypt/
I also ran the runtime self-test and it returned correct result.
Katja
On Tue, May 21, 2013 at 11:41 PM, Katja Malvoni <kmalvoni@...il.com> wrote:
> Hello,
>
> the attached file contains bcrypt implementation for Epiphany and a short
> report explaining decisions and future work.
>
> Katja
>
--
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.