|
|
|
|
|
|
|
|
|
| |
For some reason that I didn't take the time to investigate and find out,
using -O3 made the `testsmix(crypto_scrypt_smix)` condition [0] to fail,
and ultimately lead to a broken library. I found this through trial and
error, by tweaking the $(CFLAGS), since I knew the library itself was
working with the default flags used by Guix.
https://github.com/Tarsnap/scrypt/blob/6cec2c2d2c9198efe8a716599f02b99db4d8a993/lib-platform/crypto/crypto_scrypt.c#L231
|