Recommend this page to a friend! |
Classes of Scott Arciszewski | PHP Blake Chain | README.md | Download |
|
DownloadBlakechainBlakechain is a simple hash-chain data structure based on the BLAKE2b hash function. Includes:
Blakechain is not a blockchain. You probably don't need a blockchain. Blakechain provides the data structure used in Chronicle. How Blakechain WorksThe hash of each message is a keyed BLAKE2b hash, where the key of this message is the hash of the previous message. Recursively:
|