1
I am wondering how hash pointers are implemented in reality. Currently, I am reading this article about hash pointers. According to this website a hash pointer allows both to request data and to verify its integrity. The following picture is supposed to illustrate the basic structure of a blockchain
Obviously, the input of the hash function is the pointer to some data in memory. At the same time the hash is supposed to be the hash of the stored data. How is this possible? I can't imagine to interpret hashes of data as addresses.
I'm not sure you are asking the exact same thing, but I think this question is close: https://bitcoin.stackexchange.com/questions/44213/hash-versus-hash-pointer
– Jestin – 2017-11-20T14:50:10.467I've already read this question, but unfortunately it does not answer my question. There is no hint how pointers, hashes and data correlate. How can the hash of arbitrary data used as pointers? – null – 2017-11-20T14:52:44.083