Commit Graph

1 Commits

Author SHA1 Message Date
Warren
cb2cbfae1a Implement SFTP Phase 11: File hash extensions
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
- Add md5-hash@openssh.com extension (MD5 hash calculation)
- Add sha256-hash@openssh.com extension (SHA256 hash calculation)
- Server-side hash computation using md5 and sha2 crates
- Support offset and length parameters for partial file hashing
- SFTP now 100% complete with 6 extensions (2 new hash extensions)
- Total SFTP operations: 20 core + 6 extensions = 26 operations
2026-06-15 15:55:06 +08:00