I am trying to implement an AES/CFB8 streaming cipher on iOS. I believe that the way to accomplish this is to use the CommonCrypto library provided by Apple.
All of the little documentation I have found only shows block ciphers, so how would one use the library to accomplish an AES/CFB8 stream cipher?