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 crypto/sha256.Sum224 panic #122

Closed
wants to merge 1 commit into from

Conversation

boyvinall
Copy link

I was getting the same as #115:

panic: in crypto/sha256.Sum224: cannot convert slice t0[:] ([]byte) to *[28]byte

but found that updating golang.org/x/tools seemed to fix it. Still just tinkering around, I've not used this in anger yet, but looking forward to doing so as it looks really useful. Hope this helps someone.

panic: in crypto/sha256.Sum224: cannot convert slice t0[:] ([]byte) to *[28]byte
@medyagh
Copy link

medyagh commented Aug 5, 2022

I was getting the same as #115:

panic: in crypto/sha256.Sum224: cannot convert slice t0[:] ([]byte) to *[28]byte

but found that updating golang.org/x/tools seemed to fix it. Still just tinkering around, I've not used this in anger yet, but looking forward to doing so as it looks really useful. Hope this helps someone.

this PR fixes this issue for me
#115

@ofabry any chance this could be merged into master?

@ondrajz
Copy link
Owner

ondrajz commented Aug 7, 2022

Fixed in #121

@ondrajz ondrajz closed this Aug 7, 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.

3 participants