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

Fix comment for Vec<u8> decoding #215

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

mpalmer
Copy link
Contributor

@mpalmer mpalmer commented Apr 21, 2024

The previous comment seems to have been a copy-pasta from the previous method, because reading Vec follows the logic for string reading (LV) rather than pre-defined length, which is how byte[] works.

The previous comment seems to have been a copy-pasta from the previous method,
because reading Vec<u8> follows the logic for string reading (LV) rather than pre-defined length,
which is how byte[] works.
@tarcieri tarcieri merged commit 73dad7d into RustCrypto:master Apr 22, 2024
25 checks passed
@mpalmer mpalmer deleted the fix-string-decoding-comment branch April 22, 2024 20:40
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