Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
7156548
Topic
640933
Board
Announcements (Altcoins)
Re: [ANN][NUD ₦ ] New Universal Dollar | Bcrypt | 0% Pre-mine | First Anonymous
by
darkip
on
05/06/2014, 23:27:05 UTC
DOH
Code:
uint256 GetPoWHash() const
{
uint256 thash;
scrypt_1024_1_1_256(BEGIN(nVersion), BEGIN(thash));
return thash;
}
|
v
scrypt
_1024_1_1_256(BEGIN(nVersion), BEGIN(thash));
^
|