-
Notifications
You must be signed in to change notification settings - Fork 11
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
panic: crypto: requested hash function #5 is unavailable #1
Comments
@gschier Could you please help |
It looks like maybe your hardware doesn't support that specific cryptography hash function. What hardware/os/go version are you using? |
I tried it on 3 systems, one had Linux(Ubuntu 17.10) and the other windows 10 and the other Mac OS. |
I meant all three systems had the same architecture AMD 64 |
you may want to try importing #5 and see if that works. _ "crypto/sha256" |
Encountered the same issue recently on Mac OS 10.14.2. Importing |
I get the following error when I create a new Client
The text was updated successfully, but these errors were encountered: