Skip to content

ssh-encoding v0.3.0#537

Merged
tarcieri merged 1 commit into
masterfrom
ssh-encoding/v0.3.0
May 25, 2026
Merged

ssh-encoding v0.3.0#537
tarcieri merged 1 commit into
masterfrom
ssh-encoding/v0.3.0

Conversation

@tarcieri
Copy link
Copy Markdown
Member

@tarcieri tarcieri commented May 25, 2026

Added

  • boolean encode/decode support (#214)
  • Base64Reader/Base64Writer newtypes (#220)
  • base64 module (#222)
  • PEM line width detection (#252)
  • Encode::{encode_vec, encode_bytes} (#267)
  • DigestWriter (#268)
  • digest feature (#271)
  • core::error::Error support (#303)
  • Custom derive for Encode/Decode via derive feature (#348)
  • Propagate base64ct errors (#358)
  • Mpint type (#359)
  • Implement Encode for string-like type sequences (#377)
  • diagnostic::on_unimplemented hints (#514)

Changed

  • [u8; N] no longer encodes a length prefix but treats N as statically known (#342)
  • Upgrade to 2024 edition; MSRV 1.85 (#354)
  • Bump hex-literal dependency to v1 (#355)
  • Migrate from subtle to ctutils (#507)

Removed

  • NestedReader (#226)
  • sha2 dependency - now generic around digests (#271)
  • std feature (#303)

@tarcieri tarcieri merged commit 9fbe307 into master May 25, 2026
34 checks passed
@tarcieri tarcieri deleted the ssh-encoding/v0.3.0 branch May 25, 2026 23:20
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.

1 participant