crypto.Hash
crypto.Hash [ALGORITHM] INPUT
Returns the checksum of the given input, encoded to a hexadecimal string, using the given hash algorithm.
crypto.HMAC
crypto.HMAC HASH_TYPE KEY MESSAGE [ENCODING]
Returns a cryptographic hash that uses a key to sign a message.
crypto.MD5
crypto.MD5 INPUT
Returns the MD5 checksum of the given input, encoded to a hexadecimal string.
crypto.SHA1
crypto.SHA1 INPUT
Returns the SHA1 checksum of the given input, encoded to a hexadecimal string.
crypto.SHA256
crypto.SHA256 INPUT
Returns the SHA256 checksum of the given input, encoded to a hexadecimal string.
