Documentation ¶
Index ¶
- Constants
- func New(outSize int) (hash.Hash, error)
- func New192() hash.Hash
- func New224() hash.Hash
- func New256() hash.Hash
- func New384() hash.Hash
- func New512() hash.Hash
- func Sum192(data []byte) (out [Size192]byte)
- 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 Size192 = 24 Size224 = 28 Size256 = 32 Size384 = 48 Size512 = 64 BlockSize = 64 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.