Scrypt hashing implementation update
authoralex <alex@alex-VirtualBox.(none)>
Fri, 23 Aug 2013 16:23:30 +0000 (20:23 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Fri, 23 Aug 2013 16:23:30 +0000 (20:23 +0400)
commit319f8e98bd523065946530c3cbdaa1c993642c48
tree9f418126fe5dabf2ce55daffabf166372781200b
parentf7e0391e3fc1cd71f62e6fa289cdea6b6093dc9b
Scrypt hashing implementation update

* block_header structure removed;
* srypt_hash splitted in scrypt_hash(data, datalen) and scrypt_blockhash(data).
src/main.cpp
src/main.h
src/scrypt_mine.cpp
src/scrypt_mine.h