Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The size of BLAKE-512 hash in bytes. Size = 64 // The size of BLAKE-384 hash in bytes. Size384 = 48 // The block size of the hash algorithm in bytes. BlockSize = 128 )
Variables ¶
This section is empty.
Functions ¶
func New384WithSalt ¶
New384WithSalt is like New384 but initializes salt with the given 32-byte slice.
func NewWithSalt ¶
NewWithSalt is like New but initializes salt with the given 32-byte slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.