//
pkg.gl
Category
github.com/icattlecoder/go
src
pkg
crypto
sha512
package
0.0.0-20130121074735-1d03baafba06
Repository:
https://github.com/icattlecoder/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
284 SLOC
#
Functions
New
New returns a new hash.Hash computing the SHA512 checksum.
New384
New384 returns a new hash.Hash computing the SHA384 checksum.
#
Constants
BlockSize
The blocksize of SHA512 and SHA384 in bytes.
Size
The size of a SHA512 checksum in bytes.
Size384
The size of a SHA384 checksum in bytes.