Post
Topic
Board Altcoin Discussion
Re: Hashing code explanation?
by
wanghaoqd
on 13/05/2016, 19:18:10 UTC
Hash(pbegin, pend) computes the hash between [pbegin, pend) and returns the value
but scrypt(pbegin, presult) hashes starting from pbegin and returns the result in presult. The length of the data is probably hard coded.


Thanks for the explanation!