farm_fingerprint

Supported Signatures

function farm_fingerprint $1($1) returns bigint
	where $1 in (string, bytes)

🔗 Official Documentation

md5

Supported Signatures

function md5 $1($1) returns bytes
	where $1 in (string, bytes)

🔗 Official Documentation

sha1

Supported Signatures

function sha1 $1($1) returns bytes
	where $1 in (string, bytes)

🔗 Official Documentation

sha256

Supported Signatures

function sha256 $1($1) returns bytes
	where $1 in (string, bytes)

🔗 Official Documentation

sha512

Supported Signatures

function sha512 $1($1) returns bytes
	where $1 in (string, bytes)

🔗 Official Documentation