Skip to main content

Module sha256

Module sha256 

Source

Functions§

digest
Raw 32-byte SHA-256 digest.
hex
Lowercase-hex SHA-256 of data.
hmac
HMAC-SHA256(key, msg) per RFC 2104, raw 32 bytes.
hmac_hex
HMAC-SHA256 as lowercase hex.