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 christian.heimes
Recipients christian.heimes, gregory.p.smith, rhettinger
Date 2016-05-31.17:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464714082.5.0.251540780587.issue26700@psf.upfronthosting.co.za>
In-reply-to
Content
Not all hash functions have a fixed digest size, e.g. blake2 is a variable length hash algorithm. https://pythonhosted.org/pyblake2/examples.html#using-different-digest-sizes How about a new class attribute default_digest_size?
History
Date User Action Args
2016-05-31 17:01:22christian.heimessetrecipients: + christian.heimes, rhettinger, gregory.p.smith
2016-05-31 17:01:22christian.heimessetmessageid: <1464714082.5.0.251540780587.issue26700@psf.upfronthosting.co.za>
2016-05-31 17:01:22christian.heimeslinkissue26700 messages
2016-05-31 17:01:22christian.heimescreate