Discover Packages
github.com/mc-aeq/gominer
blake256
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 24, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var IV256 = [8]uint32 {
0x6A09E667, 0xBB67AE85, 0x3C6EF372, 0xA54FF53A,
0x510E527F, 0x9B05688C, 0x1F83D9AB, 0x5BE0CD19}
Block computes a blake256 block, updating the state in 'h' with the data
from the block in 'p', assuming a zero salt.
h must be 8 uint32's
p must be 64 bytes.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.