Mercurial > libavutil.hg
changeset 186:4179fad89e6b libavutil
remove no longer corret comment
author | michael |
---|---|
date | Sun, 14 Jan 2007 18:58:45 +0000 |
parents | d9e0ba529059 |
children | 9b8b17e058a4 |
files | aes.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/aes.c Sun Jan 14 18:51:09 2007 +0000 +++ b/aes.c Sun Jan 14 18:58:45 2007 +0000 @@ -98,7 +98,7 @@ 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)