Skip to content

ssh-key: Consistency in Key Read + Write#383

Merged
tarcieri merged 2 commits into
RustCrypto:masterfrom
tcyrus:tcyrus-patch-1
Jul 2, 2025
Merged

ssh-key: Consistency in Key Read + Write#383
tarcieri merged 2 commits into
RustCrypto:masterfrom
tcyrus:tcyrus-patch-1

Conversation

@tcyrus
Copy link
Copy Markdown
Contributor

@tcyrus tcyrus commented Jun 28, 2025

  • Replace Generics with impl for consistency
  • Make File + Path functions use Read + Write implementations to unify behavior
  • Unified Unix + Non-Unix behavior for PrivateKey::write_openssh_file

tcyrus added 2 commits June 28, 2025 14:11
- Replace Generics with `impl` for consistency
- Make File + Path functions use `Read` + `Write` implementations to unify behavior
- Unified Unix + Non-Unix behavior for `PrivateKey::write_openssh_file`
Fixed unused-mut error
Comment thread ssh-key/src/private.rs
@tarcieri tarcieri merged commit 5a1ac38 into RustCrypto:master Jul 2, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants