All Bundles

Hash

Support for one-way hashes

Operations

MD5

Hash input using MD5

function : MD5(stream_in:Byte[]) ~ Byte[]
Parameters
NameTypeDescription
stream_inByte[]bytes to hashed

Return
TypeDescription
Byte[]hashed bytes

RIPEMD160

Hash input using RIPEMD digest

function : RIPEMD160(stream_in:Byte[]) ~ Byte[]
Parameters
NameTypeDescription
stream_inByte[]bytes to hashed

Return
TypeDescription
Byte[]hashed bytes

SHA256

Hash input using SHA-256

function : SHA256(stream_in:Byte[]) ~ Byte[]
Parameters
NameTypeDescription
stream_inByte[]bytes to hashed

Return
TypeDescription
Byte[]hashed bytes

SHA512

Hash input using SHA-512

function : SHA512(stream_in:Byte[]) ~ Byte[]
Parameters
NameTypeDescription
stream_inByte[]bytes to hashed

Return
TypeDescription
Byte[]hashed bytes