Documentation
¶
Overview ¶
Package contextref provides the canonical content-reference minter and parser.
Index ¶
Constants ¶
View Source
const HashPrefix = "sha256:"
HashPrefix prefixes every canonical content address.
Variables ¶
This section is empty.
Functions ¶
func IsLowerHex ¶ added in v0.3.0
IsLowerHex reports whether s is exactly n lowercase hex characters. It scans instead of allocating like strings.ToLower would. Exported so a caller checking its own fixed-length hex field (a signature, a public key) does not need a second copy of this scan.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.