?? ecb_iv.readme
字號:
Description of the Intermediate Value Known Answer Test--------------------------------------------------------The test encrypts one plaintext with a variable number of rounds.In ECB encryption mode, the output PTi is the output after the initial key addition and i rounds (a round ends with a keyaddition). As explained in the documentation, in ECB decryption mode there are several definitions of a `round' possible. In orderto make visual inspection more intuitive, we output theintermediate values that correspond with the output of theencryption mode. These values might actually not occur in a practical decryption,especially in an optimised implementation, where various operationsof different rounds are interchanged.This explains also why the Java and the C code output differentfiles for this test.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -