Commit 19169f30 authored by michael's avatar michael

remove no longer corret comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7489 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6475627e
......@@ -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