Skip to main content

Module hex

Module hex 

Source
Expand description

Lowercase hexadecimal encoding and SHA-256 digest helper.

Functionsยง

encode
Encode a byte slice as a lowercase hexadecimal string.
sha256
SHA-256 hash of data, returned as a 64-character lowercase hex string.