[issue39979] Cannot tune scrypt with large enough parameters

Gle report at bugs.python.org
Wed Mar 18 07:32:56 EDT 2020


Gle <glen at lambda.casa> added the comment:

Alright, I understand the difference in behaviour now. Thanks a lot for the clear explanation !

Would be nice to have something like:
"""maxmem must be greater than (n * 2 * r * 64) plus a bit of internal
   memory for OpenSSL book keeping.
   Basically, set maxmem = (n * 2 * r * 65)
"""
in the documentation.

Thanks again, and sorry to have bothered you with this non-bug.
Have a happy day !

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39979>
_______________________________________


More information about the Python-bugs-list mailing list