farm_fingerprint
function farm_fingerprint $1($1) returns bigint where $1 in (string, bytes)
md5
function md5 $1($1) returns bytes where $1 in (string, bytes)
sha1
function sha1 $1($1) returns bytes where $1 in (string, bytes)
sha256
function sha256 $1($1) returns bytes where $1 in (string, bytes)
sha512
function sha512 $1($1) returns bytes where $1 in (string, bytes)