We know that Grover's algorithm can speed up cracking symmetric keys. Basically the key space is halved. This means we have to use at least a 256 bit key (to get 128 bit security).
I heard somewhere it also has an effect on the block size (so we should use 256 bit blocks instead of 128)!
Is that true?