readable-hash 0.10.3

Human-readable hash representations for easy verification and data obfuscation
Documentation
1
2
3
4
5
6
7
# AGENTS

- Run `cargo fmt --all` before committing.
- Run `cargo test` to ensure all unit and Cucumber tests pass.
- Place Cucumber feature files under `tests/features/`.
- Use descriptive variable names; single-letter variables are only allowed
  for loop indices `i`, `j`, and `k`.