encoding_sha256
Generate a SHA-256 hash hex digest from a string for data integrity checks, deterministic encoding, and consistent test outputs.
Instructions
Return the SHA-256 hash hex digest of a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |