hash_file
Computes the SHA-256 hash of a local file. Use this to verify file integrity or obtain the hash before creating a timestamp.
Instructions
Computes the SHA-256 hash of a local file and returns it as a 64-character hex string. Purely local — no network calls, no data stored. Use this to get the hash before calling create_timestamp, or to verify the integrity of a file independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file |