hash_blake2s
Generate a BLAKE2s cryptographic hash from input data for integrity verification or checksum creation. Supports custom digest size.
Instructions
Compute BLAKE2s hash (256-bit)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| digest_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |