hash

Common hash functions returning hex digests.

Import

import hash

Functions

hash.md5(data: str) -> str

MD5 hex digest of data.

hash.sha256(data: str) -> str

SHA-256 hex digest of data.

Examples

scratch.xs