okay, i'm trying to implement rijndael, but the ref code I have ( in c++ ) is not working, i'm running win xp. using dev bloodshed.
i'm not 100% confidant with c++ so i can't exactly figure out the problem, seems to be some sort of linkage errors..
"Undefined reference to function x, y, z"
etc
all those files are declared in a header file that is included so i don't understand the prob
a link to the code is here:
http://www.esat.kuleuven.ac.be/~rijm...ijndaelref.zip
I would really appreciate any advice on the problem because I'm sure that the code is supposed to work
