Commit 73374bf4 authored by Michael Niedermayer's avatar Michael Niedermayer

remove no longer corret comment

Originally committed as revision 7489 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 179dc911
......@@ -98,7 +98,7 @@ void av_aes_encrypt(AVAES *a){
SUBSHIFT1x((a->state[0]+1))
SUBSHIFT2x((a->state[0]+2))
SUBSHIFT3x((a->state[0]+3))
mix(a->state, enc_multbl); //FIXME replace log8 by const / optimze mix as this can be simplified alot
mix(a->state, enc_multbl);
}
addkey(a->state, a->round_enc_key[r]);
SUBSHIFT0((a->state[0]+0), sbox)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment