hash160_hex
Computes the Hash160 of a hex string by applying SHA256 then RIPEMD160. Useful for Bitcoin address generation and script operations.
Instructions
Compute Hash160 (SHA256 then RIPEMD160).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Input data as hex string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |