Re: AES design - can you help me to understand
- From: "kentucky" <pam@xxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 23:36:35 +0930
Sorry, Tom
I understand your suggestion.
The paper has a section called, "Key-alternating block ciphers".
The paper distinguishes this from "Iterative block cipher".
The paper gave formulations for the same.
I may have incorrectly assumed that the first was the strategy used in AES?
I made a strong attempt [and an a priori language apology]
to use the main keywords read in the paper.
But, I understand, and will indeed try to take you general advice anyway.
I mean it's generally good advice.
"Tom St Denis" <tomstdenis@xxxxxxxxx> wrote in message
news:1151675647.724687.168120@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
kentucky wrote:
Not sure but I think the paper was suggesting that
subbyteMay be a key independant scrambling bround?
shiftrows
mixcolumns
Um look at the AES design carefully, you do a "AddRoundKey" before you
start the loop of rounds. So the data is "keyed" before you even get
into the unkeyed parts of the first round.
addroundkeyAnd this one may be a key dependant scrambling round similar
to what DES uses in every round?
AddRoundKey is *NOT A ROUND* it's a function that is PART OF the AES
round.
Both AES and DES take your secret key and stretch it with a key
schedule algorithm [AES and DES use different algorithms] to make the
round keys.
In the case of AES the key is added to the block, in the case of DES
it's added to the input to the Feistel round function.
Together, "key-alternating" round strategy?
Again, you lost me. Stop making up terms.
Listen,
IF YOU DIDN'T READ IT IN A PAPER OR BOOK THEN IT'S PROBABLY NOT A
CRYPTOGRAPHIC TERM SO DON'T USE IT.
It's really that simple.
I suggest you learn how one works then the other. Stop trying to
compare what AES does to DES. DES is a balanced Feistel, AES is a
substitution permutation network. They work differently.
If you really want to compare DES to another cipher compare it to CAST5
or Twofish or something. But I highly suggest you focus on DES *AND
THEN* AES.
Tom
.
- References:
- AES design - can you help me to understand
- From: kentucky
- Re: AES design - can you help me to understand
- From: Tom St Denis
- Re: AES design - can you help me to understand
- From: kentucky
- Re: AES design - can you help me to understand
- From: Tom St Denis
- AES design - can you help me to understand
- Prev by Date: Re: AES design - can you help me to understand
- Next by Date: Re: New ECC Paper (fast GF(p) point mul)
- Previous by thread: Re: AES design - can you help me to understand
- Index(es):
Relevant Pages
|