← Back to context

Comment by valenterry

19 days ago

Except that there are collisions...

This might be completely naive but can a reversible time component be incorporated into distinguishing two hash calculations? Meaning when unpacked/extrapolated it is a unique signifier but when decomposed it folds back into the standard calculation - is this feasible?

  • Some hashes do have verification bits, that are used not just to verify intact hash, but one "identical" hash from another. However, they do tend to be slower hashes.

  • hashes by definition are not reversible. you could store a timestamp together with a hash, and/or you could include a timestamp in the digested content, but the timestamp can’t be part of the hash.

    • > hashes by definition are not reversible.

      Sure they are. You could generate every possible input, compute hash & compare with a given one.

      Ok it might take infinite amount of compute (time/energy). But that's just a technicality, right?

      1 reply →

Can use cryptographic hashing.

  • How does that get around the pigeonhole principle?

    I think you'd have to compare the data value before purging, and you can only do the deduplication (purge) if the block is actually the same, otherwise you have to keep the block (you can't replace it with the hash because the hash link in the pool points to different data)