This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients brett.cannon, christian.heimes, rhettinger, vstinner, xdegaye
Date 2019-04-10.01:24:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554859441.62.0.540580067318.issue36559@roundup.psfhosted.org>
In-reply-to
Content
> You could also use the internal _sha512 module. 
> It's always present, small, lean and provides a SHA512
> implementation with sufficient performance.

I suppose we could do this but it borders on telling folks that we're worried about using our own public APIs, that importing hashlib is bad for them.  It shouldn't be that way, hashlib is a collection of hash functions -- it is clear why this import isn't small and fast.  It suggests that something is wrong with the implementation.

The focus on client code in random seems like the wrong focus.  That is just typical of what other clients would do.
History
Date User Action Args
2019-04-10 01:24:01rhettingersetrecipients: + rhettinger, brett.cannon, vstinner, christian.heimes, xdegaye
2019-04-10 01:24:01rhettingersetmessageid: <1554859441.62.0.540580067318.issue36559@roundup.psfhosted.org>
2019-04-10 01:24:01rhettingerlinkissue36559 messages
2019-04-10 01:24:01rhettingercreate