Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The size of BLAKE-256 hash in bytes. Size = 32 // The size of BLAKE-224 hash in bytes. Size224 = 28 // The block size of the hash algorithm in bytes. BlockSize = 64 )
Variables ¶
This section is empty.
Functions ¶
func New224WithSalt ¶ added in v1.0.2012
New224WithSalt is like New224 but initializes salt with the given 16-byte slice.
func NewWithSalt ¶ added in v1.0.2012
NewWithSalt is like New but initializes salt with the given 16-byte slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.