hash_new
Compute a cryptographic hash of data using a chosen algorithm, returning the digest in hexadecimal or raw bytes.
Instructions
Create hash object using any available algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algorithm | Yes | ||
| data | Yes | ||
| hex | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |