[Python-Dev] Right place for PBKDF2 wrapper
Antoine Pitrou
solipsis at pitrou.net
Mon Oct 14 12:07:31 CEST 2013
More information about the Python-Dev mailing list
Mon Oct 14 12:07:31 CEST 2013
- Previous message: [Python-Dev] Right place for PBKDF2 wrapper
- Next message: [Python-Dev] Right place for PBKDF2 wrapper
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le Mon, 14 Oct 2013 12:47:03 +0300, Serhiy Storchaka <storchaka at gmail.com> a écrit : > 13.10.13 13:39, Christian Heimes написав(ла): > > Am 13.10.2013 08:32, schrieb Nick Coghlan: > >> +1 to hashlib from me (especially since we used that as the best > >> available home for compare_digest). > > > > I'm afraid your memory doesn't serve you well. :( > > compare_digest is implemented in _operator.c. Its official home is > > hmac.compare_digest. > > Could we move compare_digest() out of _operator.c? It makes Python > implementation of the operator module incomplete. Or we could simply write a reference Python implementation :-) Regards Antoine.
- Previous message: [Python-Dev] Right place for PBKDF2 wrapper
- Next message: [Python-Dev] Right place for PBKDF2 wrapper
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list