-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/crypto/argon2: non-repeatable hashes #23245
Comments
Dup of #23200 ? |
/cc @aead |
Yes, this is a dup of #23200 - The fix is https://golang.org/cl/85055. |
When does the fix get pushed to GitHub? |
@renatoathaydes |
@aead thanks! There's a few other implementations as well (or bindings to the C version): https://github.com/xebia/argon2-go But I was hoping to rely on the official version. Will use your suggestion for now. |
@renatoathaydes Fix is merged. |
What version of Go are you using (
go version
)?go version go1.9.2 linux/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/renato/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build622935985=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
What did you do?
I added this test to the test suite of the
argon2
crypto:What did you expect to see?
Tests pass.
What did you see instead?
Tests fail at around
m=128
orm=256
.Test run example:
The text was updated successfully, but these errors were encountered: