Function fred::util::sha1_hash

source ยท
pub fn sha1_hash(input: &str) -> String
Available 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.