Avoid making long filesystem keys

Concatenating several hashes together can make a really long filename,
so instead simply hash all the items together (after all a hash function
is a compression function) without fear of collision.

Change-Id: I9221d20fe835cc1b50e82cd302c41ba48258750a
2 files changed