I am implementing the Advanced Encryption Standard from scratch, but I came up with a question that I was unable to answer.
Why does no one implement AES with other sizes?
I've searched about that, and some people say it is only because it is not in the standard (which is understandable), but other's says that it was never proved that other numbers (512 for example) were ever cryptographically verified.
Personally, the later one does not make sense to me, as the only things that change from key sizes are some values, not the algorithm itself. Is that really a possibility/concern?