[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

3DES



Quick question.  There's a brief mention in Applied Cryptography that
triple DES uses:

	Eabc(x) = Ea(Db(Ec(x)))

as opposed to:

	Eabc(x) = Ea(Eb(Ec(x)))

in order to preserve some symmetry properties.  Can anyone give a
better explanation?