-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
use standard library sha256 implementation for Go 1.21 #2309
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dep update is fine, but this is not enough to drop minio. We use it in the crypto package and in the noise package as well.
15197f8
to
a18ccec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks fine to me. Thank you @Jorropo!
I'll hold off my approval since this is not yet tested on CI (and can't be tested, since quic-go currently makes it possible to even compile go-libp2p with Go 1.21).
@Jorropo Can you please rebase and update go-multihash to v0.2.3? I'd like to include this in the v0.30 release later today, but I can't push to your branch. |
a18ccec
to
129dca1
Compare
See rational and benchmarks in multiformats/go-multihash#173. Fixes: libp2p#2308
129dca1
to
6e6da49
Compare
@marten-seemann done |
Unrelated autorelay failure, rerunning the test suite. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Danke!
See rational and benchmarks in multiformats/go-multihash#173.
Fixes: #2308