emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31985: closed ([PATCH 0/2] Improve python-libscryp


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31985: closed ([PATCH 0/2] Improve python-libscrypt speed)
Date: Mon, 02 Jul 2018 21:20:02 +0000

Your message dated Mon, 02 Jul 2018 23:19:24 +0200
with message-id <address@hidden>
and subject line Re: [bug#31985] [PATCH 2/2] gnu: python-pylibscrypt: Improve 
speed.
has caused the debbugs.gnu.org bug report #31985,
regarding [PATCH 0/2] Improve python-libscrypt speed
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31985: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31985
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] Improve python-libscrypt speed Date: Wed, 27 Jun 2018 00:24:09 +0200
The following patches fix a bug in python-libscrypt, which fallbacks to a slow
implementation.

Feedback welcome.

Nicolas Goaziou (2):
  gnu: Add libscrypt.
  gnu: python-pylibscrypt: Improve speed.

 gnu/packages/crypto.scm        | 28 ++++++++++++++++++++++++++++
 gnu/packages/python-crypto.scm | 21 ++++++++++++++++++---
 2 files changed, 46 insertions(+), 3 deletions(-)

-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31985] [PATCH 2/2] gnu: python-pylibscrypt: Improve speed. Date: Mon, 02 Jul 2018 23:19:24 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

address@hidden (Ludovic Courtès) writes:

> Nicolas Goaziou <address@hidden> skribis:
>
>> * 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".
>
> LGTM.  Thanks!

Applied. Thank you.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]