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, jaraco
Date 2013-08-18.16:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376843757.16.0.673413061043.issue18775@psf.upfronthosting.co.za>
In-reply-to
Content
In issue #18532 name attribute was officially documented and tested for hashing objects. PEP 247 considers HMAC as keyed hashing algorithm. Therefore I suggest that HMAC object should provide the same interface.

It's a bit unfortunate that HMAC has a blocksize attribute for the default blocksize but the API defines a block_size attribute.
History
Date User Action Args
2013-08-18 16:35:57christian.heimessetrecipients: + christian.heimes, gregory.p.smith, jaraco
2013-08-18 16:35:57christian.heimessetmessageid: <1376843757.16.0.673413061043.issue18775@psf.upfronthosting.co.za>
2013-08-18 16:35:57christian.heimeslinkissue18775 messages
2013-08-18 16:35:57christian.heimescreate