as demo(cesc_keyconfig) say:
plaintext = 00112233445566778899aabbccddeeff
ciphertext = 69c4e0d86a7b0430d8cdb78070b4c55a
why data is 32bit reversed when filling in pram ?
link plaintext = 0x00112233 0x44556677
ciphertext=0x69c4e0d8 0x6a7b0430.
Do you have any document to explain this ?