![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: AES operation order
From: Kristian Gjøsteen <kristiag+news@item.ntnu.no>
Date: Mon Jan 02 2006 - 11:26:58 CET
Cryptic <no@spam.please> wrote:
>because the latter form seems to have much better implementation in hardware
If you represent the key as a 4x4 matrix K over GF(256), then xor
A*state + K = A state + A A^(-1) K = A (state + A^(-1) K) .
Which looks exactly like what you have below.
>MixColumns(state xor (A^(-1) * key)) =
-- Kristian GjøsteenReceived on Tue Jan 3 03:42:31 2006 |