, AES-256 512 ( 256 + 1 ) - /, " ",.
, - "" AES-512 , . , AES 128 , AES-512, , 128 ( , ), , , NOX CHANGES MixColumns ShiftRows .
AES 512 AES, N_k>8. , AES FIPS-197 , . , , N_k=16 (512 bit keys=16*'32 bit words'). ( 14) N_r={10,12,14} N_k={4,6,8} . N_r=N_k+6. N_r=22, N_k=16... N_r=22 N_k=16 , 512 ( 5.2) ...
Rcon [i], x (mod x^8+x^4+x^3+x+1) N_k, 51 . x^51=(1 mod x^8+x^4+x^3+x+1)... Rcon[i], ,
i=(N_r+1)*N_b/N_k ; ((N_r+1)*N_b is the total size (in 4 octet words) of the key schedule)
i=(N_k+6+1)*N_b/N_k
i=(N_k+7)*4/N_k
i=4+28/N_k ; (correct... ignoring rounding issues (and probably an off by one error due to laziness))
, Rcon ...