Re: Release 1.1 (beta) of my AES implementation

From: Tom St Denis (tomstdenis_at_iahu.ca)
Date: 06/25/03


Date: Wed, 25 Jun 2003 16:15:44 GMT

Marin wrote:

>
> Tom St Denis wrote:
> > I still would wave flags at your unions. Not only because I don't
> > trust it but because it honestly is *NOT* faster. When I was porting
> > Rijmen's code to LTC I experimented with various things like that.
>
> Maybe I'm pointing out something you knew anyway, but unions are for
> reducing memory requirements, not for faster code. Computers have so
> much memory these days that most programmers don't bother using them
> anymore.

I knew that. But in this case he is not reducing memory. He is trying
to errnoeously avoid shifting.

[BTW I use unions in LTC, my god people check out my code for three
seconds before commenting on it!]

Tom



Relevant Pages

  • Re: [OT] Michael Moore gets it right sometimes.
    ... On the local news this past weekend: About 80% of Iowans surveyed said ... That's my problem with the unions. ... supporting the workers, ... Tom Watson ...
    (rec.woodworking)
  • Re: Cruises From US Severely Restricted!
    ... In response to; ... the current administration has the value of the dollar ... Tom I figured you would weigh in at some point in this thread. ... Unions, as with any organization, can get out of hand, but it is ...
    (rec.travel.cruises)
  • Re: Release 1.1 (beta) of my AES implementation
    ... > I still would wave flags at your unions. ... > Rijmen's code to LTC I experimented with various things like that. ... reducing memory requirements, not for faster code. ...
    (sci.crypt)