User36583972 posted
Hi barbaravieira,
As far as I know, there are many block modes defined in the cipher realm. Different block modes have different characteristics. For example, the CRT mode only needs encryption logic, so it is suitable for low cost hardware implementations. As for CFB, OFB
modes, there is an extra parameter: 'feedback size'. You can treat it as the result size of each AES block process.
The following links for your reference.
How to choose an AES encryption mode (CBC ECB CTR OCB CFB):
http://stackoverflow.com/questions/1220751/how-to-choose-an-aes-encryption-mode-cbc-ecb-ctr-ocb-cfb
Block cipher mode of operation:
https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
AES Encryption and Decryption (ECB, CTR, CBC, CFB, OFB, OMAC, CCM, GCM, XTS):
http://www.xilinx.com/products/intellectual-property/1-8dyf-2719.html
Best Regards,
Yohann Lu