Elfforkusu
Member
ok, fair enough.In my computer security class we have projects to build DES and AES without the use of extra libraries especially ones that do this for you.
I'm just about done debugging it. I've identified a problem in my mix columns and also probably in my inverse one. I've learned so much doing this it has been quite the experience.
I was just ranting yesterday when I couldn't limit it down to where it was going wrong. Every other function appears to be working correctly when I force feed it a state that I know the answer to.
Curious: Do they let you use table lookups, or do you have to do it all with constant-time operations?
E: I had 'constant-time instructions', which is not what I meant...