[go-nuts] strange failure of golang.org/x/crypto/argon2.IDKey

2020-01-02 Thread andre . kuehne . 77
I attached a minimal test program to reproduce an issue with golang.org/x/crypto/argon2. It calls IDKey twice with the same parameters. The first call executes, but during the second call the program crashes. Strange thing: The program does not always crash. If it crashes then I can call it

[go-nuts] Re: strange failure of golang.org/x/crypto/argon2.IDKey

2020-01-03 Thread andre . kuehne . 77
Thanks Kurtis and Ren, now I see that the memory usage seems very high indeed. I was just debugging this issue I had with https://github.com/avahowell/masterkey. I will open an issue there to ask why this memory parameter has been set so high. -- You received this message because you are