Re: More performance tests of different AES implementations
From: Brian Gladman (fake_at_nowhere.org)
Date: 07/08/03
- Next message: Jim Steuert: "Re: Magic Flight: A New Public Key Algorithm stronger? than factoring"
- Previous message: Vedat Hallac: "Re: Magic Flight: A New Public Key Algorithm stronger? than factoring"
- In reply to: Mok-Kong Shen: "Re: More performance tests of different AES implementations"
- Next in thread: ScottD: "Re: More performance tests of different AES implementations"
- Reply: ScottD: "Re: More performance tests of different AES implementations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 8 Jul 2003 22:55:55 +0100
Mok-Kong Shen wrote:
> Christophe Devine wrote:
>>
> {snip]
>> Some fresh results:
> [snip]
>
> It's very surprising in my view that on Pentium 4 with
> gcc your code for enc/dec is better than Gladman's,
> while with VC++ the opposite is the case, and that that
> relationship is quite harsh. I wonder why the quality of
> compiler could be so decisive. (There must be some
> constructs in the codes that are presumably in a sense
> very 'sensitive' for the two compilers.)
This is no surprise since my version is optimised for VC++ while
Christophe's is optimised for GCC.
Most of the fast versions actually end up with the same code structure
although they get there in very different ways - which means that, in
respect of encryption speeds, this test is almost entirely a compiler
comparison.
It would be interesting to see how the BCC, the Open Watcom and the Digital
MARS compilers perform on this test.
For key scheduling, however, this exercise does test the AES code since
different authors are using very different strategies for this.
Brian Gladman
- Next message: Jim Steuert: "Re: Magic Flight: A New Public Key Algorithm stronger? than factoring"
- Previous message: Vedat Hallac: "Re: Magic Flight: A New Public Key Algorithm stronger? than factoring"
- In reply to: Mok-Kong Shen: "Re: More performance tests of different AES implementations"
- Next in thread: ScottD: "Re: More performance tests of different AES implementations"
- Reply: ScottD: "Re: More performance tests of different AES implementations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|