What hash function does multichain uses for headers-hash pointers?

+1 vote
Is sha256? Where (besides the white paper) can I found extensive bibliography about the Multichain project?
asked Jul 3, 2017 by tim.sott

1 Answer

0 votes
Yes, MultiChain uses the exact same method for calculating header hashes as bitcoin, sha256.

In general the best source of information about MultiChain is the online documentation, and you can ask any specific questions here.
answered Jul 3, 2017 by MultiChain
Thus it uses SHA-2-256(SHA-2-256(Block_Header)) ? i.e. double SHA2 with 256 bit digest?  [https://en.wikipedia.org/wiki/SHA-2]
Yes, exactly the same as for bitcoin:

https://en.bitcoin.it/wiki/Block_hashing_algorithm
Current Hash Algorithm
...