Are there any Rijndael masm implementations?
Ghirai,
If you can find a C version, its easy enough to produce a MASM output and then play with it to get its speed up.
Yeah, C versions are floating around, i'll try to translate it to masm, and then count on you guys to help optimizing it :P
I have found http://fp.gladman.plus.com/AES/index.htm page which have asm implemantaion.Hope it works for you.
Cool, a nasm implementation.
Thanks for the link.
I'm curious if there is any update to the Gladman Rijndael code, as far as getting it to work with masm.
As I recall, Dr. Gladman has C test code that optionally invokes nasm/yasm code for the low level key generation and actual encryption/decryption ... so it isn't compatible with masm. However, I found it humbling (and frustrating) to try to figure out all the #define directives and indirection that he uses (but as the old saying goes .... a poor craftsman blames his tools <g>)
My impression is that the Gladman code is the "gold standard" for AES-Rijndael implementation.