All Bundles
Hash
Support for one-way hashes
Operations
MD5
Hash input using MD5
function : MD5(stream_in:Byte[]) ~ Byte[]
Parameters
Name | Type | Description |
---|
stream_in | Byte[] | bytes to hashed |
Return
Type | Description |
---|
Byte[] | hashed bytes |
RIPEMD160
Hash input using RIPEMD digest
function : RIPEMD160(stream_in:Byte[]) ~ Byte[]
Parameters
Name | Type | Description |
---|
stream_in | Byte[] | bytes to hashed |
Return
Type | Description |
---|
Byte[] | hashed bytes |
SHA256
Hash input using SHA-256
function : SHA256(stream_in:Byte[]) ~ Byte[]
Parameters
Name | Type | Description |
---|
stream_in | Byte[] | bytes to hashed |
Return
Type | Description |
---|
Byte[] | hashed bytes |
SHA512
Hash input using SHA-512
function : SHA512(stream_in:Byte[]) ~ Byte[]
Parameters
Name | Type | Description |
---|
stream_in | Byte[] | bytes to hashed |
Return
Type | Description |
---|
Byte[] | hashed bytes |