Post
Topic
Board Altcoin Discussion
Re: Hashing code explanation?
by
hhanh00
on 30/08/2015, 14:39:39 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.