Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
12282280
Topic
1164808
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.