Blobs Anatomy - Dynamic Links - part 3
In this blog post, I’m reviving my series on the internals of data blobs in Cinode. Dynamic links are a cornerstone of Cinode’s design, enabling secure, updatable references to data in a decentralized network. So far, we’ve covered topics related to dynamic links, most notably:
Data layout and verification of dynamic links on the public layer where I describe how the network is protected against bogus data propagation and how the forward-progress rule is applied on dynamic links Encryption of the link target where we can see how dynamic link encrypts the data and what is needed to do this safely The previous post on encryption briefly introduced a peculiar construct called the ‘key validation block.