# Utility Examples This directory contains utility examples for working with the runner system. ## sign_job Demonstrates how to: - Create a job with signatories - Sign the job with secp256k1 private keys - Verify the signatures ### Usage ```bash cargo run --example sign_job --features crypto ``` ### Requirements The `crypto` feature must be enabled to use cryptographic signing functionality.