Re: (long) An AES implementation for 32-bit platforms
From: Tom St Denis (tomstdenis_at_iahu.ca)
Date: 06/11/03
- Next message: Jim Steuert: "Re: An Extremely Simple Public Key Exchange"
- Previous message: Tom St Denis: "Re: AES in LibTomCrypt"
- In reply to: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Next in thread: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 11 Jun 2003 21:30:41 GMT
Mok-Kong Shen wrote:
>
> Richard Heathfield wrote:
>
>>Mok-Kong Shen wrote:
>>
>>
>>>
>>>Richard Heathfield wrote:
>>>
>>>[snip]
>>>
>>>>You said you'd used the Microsoft compiler. They haven't released a
>>>>C99-conforming compiler. The deduction is a simple one.
>>>
>>>I am not aware having ever used the term 'Microsoft
>>>compiler'. I always referred to VC++ on occassions that
>>>I needed to name the compiler.
>>
>>If this is Microsoft Visual C++, then I don't understand your point, since
>>"the Microsoft compiler" and "VC++" are basically different ways of saying
>>the same thing. If you mean some other compiler that Microsoft didn't make
>>but which is also called VC++, then please make that clear.
>
>
> Right, VC++ is from Microsoft, but it is a C++ compiler.
> Your deduction was that I used a Microsoft C compiler.
> That's at the basis of my wonder.
Actually you're wrong. "cl.exe" the actual C compiler can compile both
straight C and C++ programs. By default it assumes source files ending
in ".c" are C and ".cpp" are C++.
Tom
- Next message: Jim Steuert: "Re: An Extremely Simple Public Key Exchange"
- Previous message: Tom St Denis: "Re: AES in LibTomCrypt"
- In reply to: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Next in thread: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Reply: Mok-Kong Shen: "Re: (long) An AES implementation for 32-bit platforms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|