ostp/ostp
ospab 0c69617725 fix(cli): trait-qualify Sha256::digest so it builds with or without the import
Follow-up to the v0.4.2-beta.3 CI break. Importing sha2::Digest fixed the
build there but the import reads as unused locally (different dependency
resolution), leaving a permanent warning in every build. Calling through
<sha2::Sha256 as sha2::Digest>::digest resolves the trait method
explicitly, so it compiles in both environments with no import and no
warning. Workspace now builds clean.
2026-07-30 14:41:16 +03:00
..
src fix(cli): trait-qualify Sha256::digest so it builds with or without the import 2026-07-30 14:41:16 +03:00
.gitignore Initial public release: Ospab Stealth Transport Protocol v0.1.0 2026-05-14 21:41:54 +03:00
Cargo.toml fix(cli): setup wizard used a fake password hash, locking admins out of their own panel 2026-07-18 18:14:19 +03:00