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?