//
pkg.gl
Category
github.com/pingooio/stdx
crypto
hash
package
0.0.0-20241226145920-483c662f7ff1
Repository:
https://github.com/pingooio/stdx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
20 SLOC
#
Functions
NewSha256
NewSha256 returns a new `hash.Hash` computing the SHA2-256 checksum.
NewSha512
NewSha512 returns a new `hash.Hash` computing the SHA2-512 checksum.
Sha256
Sha256 returns the SHA2-256 checksum of the data.
SHA512
SHA512 returns the SHA2-512 checksum of the data.