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 |
SHA1
Hash input using SHA-1
function : SHA1(stream_in:Byte[]) ~ Byte[]Parameters
| Name | Type | Description |
|---|---|---|
| stream_in | Byte | bytes to hashed |
Return
| Type | Description |
|---|---|
| Byte | hashed bytes |