Unfortunately
This seems to be a very inefficient cipher. It needs seven rounds to be secure, but each round includes an AES encryption as the f-function. A stream cipher using AES would be a simpler way to secure data of arbitrary length - but just XORing stream cipher output to the data is lacking in security in some ways that this addresses. However, there are other ways to improve the combiner that have less overhead, so I can't be optimistic that this will get widespread adoption.