Documentation ¶
Index ¶
- Constants
- func New224() hash.Hash
- func New256() hash.Hash
- func New384() hash.Hash
- func New512() hash.Hash
- func NewHS256(hs int, iv [4]uint64) hash.Hash
- func Sum224(data []byte) (out [Size224]byte)
- func Sum256(data []byte) (out [Size256]byte)
- func Sum384(data []byte) (out [Size384]byte)
- func Sum512(data []byte) (out [Size512]byte)
Constants ¶
View Source
const ( // hash size Size224 = 28 Size256 = 32 BlockSize256 = 32 )
View Source
const ( // hash size Size384 = 48 Size512 = 64 BlockSize512 = 64 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.