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

Re: How to pass AES rounds number through PF_KEY interface



> How do you transfer the AES rounds number in PF_KEY?

You don't need to; it's implied by the key size.

This is one of the few differences between Rijndael and AES --
Rijndael has independant parameters for key size and number of rounds,
but AES does not.

						- Bill