![]() |
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: Sebastian Gottschalk <seppi@seppig.de>
Date: Mon Dec 26 2005 - 22:34:10 CET
Cryptic wrote:
> MixColumns(state xor (A^(-1) * key)) =
[3] * ((1) xor [170] * (4)) = [3] * ((1) xor (168))) = [3]*(169) = (251)
I still wonder why you even assumed that '*' is distributive over XOR in
|