hash_file_digest
Compute cryptographic hash of file data using algorithms like SHA-256. Verify file integrity or generate checksums.
Instructions
Compute hash of a file-like object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| algorithm | No | sha256 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |