Documentation ¶
Overview ¶
Package blake256 implements BLAKE-256 and BLAKE-224 hash functions (SHA-3 candidate).
Index ¶
Constants ¶
View Source
const BlockSize = 64
The block size of the hash algorithm in bytes.
View Source
const Size = 32
The size of BLAKE-256 hash in bytes.
View Source
const Size224 = 28
The size of BLAKE-224 hash in bytes.
Variables ¶
This section is empty.
Functions ¶
func DoubleBlake256 ¶
func New224Salt ¶
New224Salt is like New224 but initializes salt with the given 16-byte slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.