Skip to content

hash: use encoding/binary for conversions #55068

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

Closed
wants to merge 1 commit into from

Conversation

ErikPelli
Copy link
Contributor

@ErikPelli ErikPelli commented Sep 14, 2022

Use the big endian and little endian conversion functions of the encoding/binary package, instead of a custom implementation in the current package, the behaviour is the same.

Use the big endian and little endian conversion functions of the binary/encoding package, instead of a custom implementation in the current package, the behaviour is the same.
@gopherbot
Copy link
Contributor

This PR (HEAD: 13a1708) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/430895 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/430895.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Erik Pellizzon:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/430895.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/430895.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Erik Pellizzon:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/430895.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Zeke Lu:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/430895.
After addressing review feedback, remember to publish your drafts!

@ErikPelli ErikPelli changed the title hash: use binary/encoding for conversions hash: use encoding/binary for conversions Sep 16, 2022
@seankhliao seankhliao closed this Feb 15, 2025
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.

3 participants