challenge 0.1.0

A lightweight CLI for ALTCHA Proof-of-Work v2 challenges.
Documentation
# Rust build output
/target/

# Local editor and OS noise
.DS_Store
.idea/
.vscode/
.opencode/
*.swp
*.swo

# Local environment and secrets
.env
.env.*
!.env.example
*.pem
*.key

# Local generated demo files
/challenge.json
/solution.json
/register-request.json
/payload.json

# Coverage and profiling output
/coverage/
/tarpaulin-report.html
*.profraw
*.profdata