Re: (long) An AES implementation for 32-bit platforms
From: Tom St Denis (tomstdenis_at_iahu.ca)
Date: 06/15/03
- Next message: Jack Lloyd: "Re: OMAC help"
- Previous message: Tom St Denis: "Re: A new public key algorithm based on avalanche properties"
- In reply to: Randy Howard: "Re: (long) An AES implementation for 32-bit platforms"
- Next in thread: Shill: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Shill: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Randy Howard: "Re: (long) An AES implementation for 32-bit platforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 15 Jun 2003 18:47:23 GMT
Randy Howard wrote:
> In article <3EE77CF7.CC39E87F@t-online.de>, mok-kong.shen@t-online.de
> says...
>
>>I have now also successfully run the code under the C++
>>compiler of DJGPP with the option -Wall in compilation.
>
>
> try
> gcc -Wall -O2 -ansi
> if you really want to scrub it.
More complete would be
gcc -Wall -W -ansi -pedantic
Which is excessive [I don't use -pedantic myself] or you can try your
hand at
gcc -Wall -W --std=c99
for ISO C [for the curious LTM passes without warnings through those
flags for c99 and c89]
Tom
- Next message: Jack Lloyd: "Re: OMAC help"
- Previous message: Tom St Denis: "Re: A new public key algorithm based on avalanche properties"
- In reply to: Randy Howard: "Re: (long) An AES implementation for 32-bit platforms"
- Next in thread: Shill: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Shill: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Randy Howard: "Re: (long) An AES implementation for 32-bit platforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|