diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-06-26 23:58:00 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2018-07-02 23:12:40 +0200 |
commit | 929d4d2f4ad8f7d1c04793ac2e436e7e0c14edd5 (patch) | |
tree | 4ad3a1d87d87bbc785f4e25b9e112400b932a936 /build-aux | |
parent | 84be0e9a74e08b33e6a89caf61ec179308e7347e (diff) | |
download | guix-929d4d2f4ad8f7d1c04793ac2e436e7e0c14edd5.tar guix-929d4d2f4ad8f7d1c04793ac2e436e7e0c14edd5.tar.gz |
gnu: python-pylibscrypt: Improve speed.
* gnu/packages/python-crypto.scm (python-pylibscrypt): Use "libscrypt"
implementation instead of "openssl".
"hashlib.scrypt" requires Python 3.6+ and OpenSSL 1.1+. Since Python is built
with OpenSSL 1.0, the library is unavailable. "pylibscrypt" defaults to a slow
pure Python implementation. Instead, rely on the much faster "libscrypt".
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions