Handshake signature hashing, lock predicates, and script primitives.
This crate provides HSD-compatible signature hashing and a production script
interpreter, including Handshake `OP_TYPE`. It is part of the
[`hns-rs`](https://github.com/handshake-rs/hns-rs) protocol workspace.
```bash
cargo add hns-script
```
The minimum supported Rust version is 1.89. API documentation is available on
[docs.rs](https://docs.rs/hns-script).
Licensed under either Apache-2.0 or MIT.