A Rust implementation of WOTS+ (Winternitz One-Time Signature) scheme, with Solana program support.
To build the library:
cargo build
For release build:
cargo build --release
To build the Solana program:
cd solana
cargo build-sbf
Run all tests:
cargo test
Run specific test vectors:
cargo test test_wotsplus_keccak256_vectors
Run Solana program tests:
cd solana
cargo test-sbf
For test output and backtrace:
RUST_BACKTRACE=1 cargo test-sbf -- --nocapture 2>&1
Show compute units only:
RUST_BACKTRACE=1 cargo test-sbf -- --nocapture 2>&1 | grep "compute units:"
bash
sh -c "$(curl -sSfL https://release.solana.com/v2.2/install)".
├── src/ # Core WOTS+ implementation
├── solana/ # Solana program implementation
└── tests/ # Test vectors and unit tests
AGPL-3.0, see COPYING
$ claude mcp add hashsigs-rs \
-- python -m otcore.mcp_server <graph>