Creates a data digest according to the keccak Digest algorithm.
|
In
Exec
|
|
|
Data
Array of Bytes
|
data as bytes array for which the digest will be calculated. |
|
Digest Size Bytes
Integer
|
The desired size of the hash to produce. Size can only be between 1 and 64 bytes. |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Digest
Array of Bytes
|