pub fn sha1_hash(input: &str) -> StringAvailable on crate feature
sha-1 only.Expand description
Calculate the SHA1 hash output as a hex string. This is provided for clients that use the Lua interface to manage their own script caches.