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

Faster const decoding of UInt #113

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

andrewwhitehead
Copy link
Contributor

As a follow-up to #110, this makes the const from_be_* and from_le_* methods equally fast as the non-const implementation. Removes the Decoder struct and alternative versions.

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
@tarcieri tarcieri merged commit da733d5 into RustCrypto:master Aug 25, 2022
@tarcieri
Copy link
Member

Nice, thank you!

@tarcieri tarcieri mentioned this pull request Oct 11, 2022
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