Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
14840752
Topic
1164808
Board
Altcoin Discussion
Re: Hashing code explanation?
by
wanghaoqd
on
13/05/2016, 19:18:10 UTC
Quote from: hhanh00 on August 30, 2015, 02:39:39 PM
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!