Documentation ¶
Overview ¶
Package blake2s implements the BLAKE2s hash algorithm as defined in RFC 7693.
Index ¶
Constants ¶
View Source
const ( // The blocksize of BLAKE2s in bytes. BlockSize = 64 // The hash size of BLAKE2s-256 in bytes. Size = 32 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.