hash
No description
Functions (6)
hash-compare
Function
Compares two hash values for equality (case-insensitive, constant-time)
sha1
Function
Computes SHA-1 hash of text, returning a 40-character hex string (legacy, not for security)
sha256
Function
Computes SHA-256 hash of text, returning a 64-character hex string
sha384
Function
Computes SHA-384 hash of text, returning a 96-character hex string
sha512
Function
Computes SHA-512 hash of text, returning a 128-character hex string
verify-hash
Function
Verifies that text matches an expected hash (supports SHA-1, SHA-256, SHA-384, SHA-512)