Documentation ¶
Overview ¶
Package sha256 provides a simple interface for single and double SHA256 hashes, used with secp256k1 signatures, message digest checksums, cloaked public key "addresses" and so on.
Index ¶
Constants ¶
View Source
const Len = 32
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hash ¶
type Hash [32]byte
Hash is just a 256-bit hash.
func (Hash) Based32String ¶ added in v0.1.13
Based32String returns the Basde32 encoded form of a SHA256 hash.
Click to show internal directories.
Click to hide internal directories.