Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'boolean' encode/decode support (ssh-encoding) #214

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

jcspencer
Copy link
Contributor

@jcspencer jcspencer commented Apr 18, 2024

This PR adds Encode and Decode traits for boolean types, as described in RFC4251 § 5.

This is a pretty simple type (encodes as 0u8 or 1u8) but adding for completeness.

@tarcieri tarcieri merged commit 29af59c into RustCrypto:master Apr 23, 2024
25 checks passed
@tarcieri
Copy link
Member

Thanks!

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