hash_file
Compute the SHA-256 hash of a local file to verify integrity or prepare for timestamping. Returns a 64-character hex string without network calls.
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 |