ghash: Document the iteration order over a hash table is not defined
It’s quite surprising that this wasn’t documented already. Hash tables are unordered, and any recognisable iteration ordering is not guaranteed and might change in future releases.
Signed-off-by: Philip Withnall withnall@endlessm.com