This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AES CFB Mode Block Size

I have implemented and verified the AES module in CFB mode.  I found that the AES_CFG_MODE_CFB uses block size 128 and I would like block size 8.  I could not find any config that seemed to allow for this change.

Does anyone know if the driverlib/ aes library can perform CFB with block size of 8 instead or will I need to do a full software implementation?