Discover Packages
github.com/cjepson/gominer
blake256
package
Version:
v0.0.0-...-398d325
Opens a new window with list of versions in this module.
Published: Jul 19, 2016
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.