In the face of non-quantum attacker, Keccak[r=1088,c=512] with 512 bits of output provides:
- Collision resistance up to $2^{256}$ operations
- Preimage resistance up to $2^{256}$ operations
- Second preimage resistance up to $2^{256}$ operations
In general however, using quantum computing, specifically Grover's Algorithm, hash functions can be attacked more efficiently. Daniel J. Bernstein wrote about quantum attacks against all the second round SHA-3 candidates. However, in that paper, all the attacks against Keccak variants are against truncated hashes with an internal capacity of twice the hash length, for example Keccak[r=1152,c=448] with 224 bits of output.
My question is, if the full 512 bit hash output length of Keccak[r=1088,c=512] is used, does this provide security up to $2^{256}$ operations against quantum attackers using Grover's algorithm, or is security limited to half of the preimage strength, that is, only $2^{128}$ operations?
If the question is trivial to answer, please feel free to speculate about the relevance or practicality of quantum attacks against hash functions or symmetric cryptographic primitives in general.